Color: #1DABED
#1DABED Color Information
#1DABED is a light color. The closest websafe version is #1DABED. A complement of this color would be #ED5E1D, perceived brightness is 0.53, and the grayscale version is #858585.
In the HSL color space, this color has a hue angle of 199°,a saturation of 85%, and a lightness of 52%.The HSV representation shows a hue of 199°, a saturation of 88%, and a value of 93%.
In a RGB color space, #1DABED is composed of 11% red, 67% green and 93% blue. Whereas in a CMYK color space, it is composed of 88% cyan, 28% magenta, 0% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 34.60, x: 0.2224, and y: 0.2716.
Color Code #1DABED
Shades of Color #1DABED
Shades are created by darkening the original color #1DABED in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #1DABED
Tints are created by lightening the original color #1DABED in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #1DABED Color Code
In the HSL color space, this color has a hue angle of 199°, a saturation of 85%, and a lightness of 52%. The HSV representation shows a hue of 199°, a saturation of 88%, and a value of 93%.
- HEX: #1DABED
- RGB: rgb(29, 171, 237)
- HSL: hsl(199, 85%, 52%)
- HSV: hsv(199, 88%, 93%)
- CMYK: 88.00% cyan, 28.00% magenta, 0.00% yellow, 7.00% black
- XYZ: 28.33, 34.60, 64.45
- Yxy: 34.60, 0.2224, 0.2716
- Hunter Lab: 65.44, -18.60, -43.78
- CIE-Lab: 65.44, -18.60, -43.78
In the XYZ color space, this color is represented as X: 28.33, Y: 34.60, Z: 64.45. The Yxy representation further refines this as Y: 34.60, x: 0.2224, and y: 0.2716.
In the Hunter Lab color space, this color is represented as L: 65.44, a: -18.60, and b: -43.78. Similarly, in the CIE-Lab color space, it is represented as L: 65.44, a: -18.60, and b: -43.78.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #1DABED
Triadic colors are three colors evenly spaced around the color wheel, including #1DABED. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #1DABED
Split complementary colors are two colors adjacent to the complementary color of #1DABED. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #1DABED
Monochromatic colors are variations of #1DABED, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #1DABED
The complementary color of #1DABED is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #1DABED
/* Using HEX */ body { background-color: #1dabed; }
/* Using RGB */ body { background-color: rgb(29, 171, 237); }
/* Using RGB with opacity */ body { background-color: rgba(29, 171, 237, 0.5); }
/* Using HSL */ body { background-color: hsl(199, 85%, 52%); }
/* Text color */ p { color: #1dabed; }
/* Box shadow */ div { box-shadow: 4px 4px #1dabed; }
/* Border color */ .box { border: 4px solid #1dabed; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #1dabed; }
/* Background with text */ div { background: #1dabed; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #1DABED
<!-- Using HEX --> <div style="background-color: #1dabed; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(29, 171, 237); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(29, 171, 237, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(199, 85%, 52%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #1dabed;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #1dabed; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #1dabed; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #1dabed;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #1dabed; color: #fff; padding: 16px; border-radius: 8px;"> #1DABED </div>
Related Colors of #1DABED
These colors are similar to #1DABED, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.