Color spaces of #1dc6de
RGB | 29 | 198 | 222 |
---|---|---|---|
HSL | 0.52 | 0.77 | 0.49 |
HSV | 187° | 87° | 87° |
CMYK | 0.87 | 0.11 | 0.00 0.13 |
XYZ | 33.8856 | 45.9233 | 76.1854 |
Yxy | 45.9233 | 0.2172 | 0.2944 |
Hunter Lab | 67.7667 | -29.3359 | -19.2189 |
CIE-Lab | 73.4957 | -31.2199 | -23.2524 |
#1dc6de color RGB value is (29,198,222).
#1dc6de hex color red value is 29, green value is 198 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #1dc6de hue: 0.52 , saturation: 0.77 and the lightness value of 1dc6de is 0.49.
The process color (four color CMYK) of #1dc6de color hex is 0.87, 0.11, 0.00, 0.13. Web safe color of #1dc6de is #33cccc. Color #1dc6de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011101 | 11000110 | 11011110 |
Octal | 35 | 306 | 336 |
Decimal | 29 | 198 | 222 |
Hex | 1D | C6 | DE |
Shades of #1dc6de
Tints of #1dc6de
RGB Percentages of Color #1dc6de
CMYK Percentages of Color #1dc6de
Complementary Color
#1dc6de | #de351d |
#1dc6de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1dc6de Color Preview on White Background
Lorem ipsum dolor sit amet.
#1dc6de Color CSS Codes
.mybgcolor {background-color:#1dc6de; } .myforecolor {color:#1dc6de; } .mybordercolor {border:3px solid #1dc6de; }
#1dc6de Text Font Color
<p style="color:#1dc6de">Text here</p>
This sample text font color is #1dc6de
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#1dc6de Background Color
<div style="background-color:#1dc6de">
Div content here</div>
This div background color is #1dc6de
#1dc6de Border Color
<div style="border:3px solid #1dc6de">
Div here</div>
This div border color is #1dc6de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(29,198,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1dc6de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1dc6de; -webkit-box-shadow: 1px 1px 3px 2px #1dc6de; box-shadow: 1px 1px 3px 2px #1dc6de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(29,198,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1dc6de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1dc6de; -webkit-box-shadow: 1px 1px 3px 2px #1dc6de; box-shadow: 1px 1px 3px 2px #1dc6de;">
Div content here</div>
This div box has shadow with color #1dc6de
Comments
No comments written yet.
Please login to write comment.