Color spaces of #1dcead
RGB | 29 | 206 | 173 |
---|---|---|---|
HSL | 0.47 | 0.75 | 0.46 |
HSV | 169° | 86° | 81° |
CMYK | 0.86 | 0.00 | 0.16 0.19 |
XYZ | 30.1208 | 47.4210 | 47.1008 |
Yxy | 47.4210 | 0.2417 | 0.3805 |
Hunter Lab | 68.8629 | -42.4338 | 7.6509 |
CIE-Lab | 74.4583 | -49.0175 | 4.7042 |
#1dcead color RGB value is (29,206,173).
#1dcead hex color red value is 29, green value is 206 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #1dcead hue: 0.47 , saturation: 0.75 and the lightness value of 1dcead is 0.46.
The process color (four color CMYK) of #1dcead color hex is 0.86, 0.00, 0.16, 0.19. Web safe color of #1dcead is #33cc99. Color #1dcead contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011101 | 11001110 | 10101101 |
Octal | 35 | 316 | 255 |
Decimal | 29 | 206 | 173 |
Hex | 1D | CE | AD |
Shades of #1dcead
Tints of #1dcead
RGB Percentages of Color #1dcead
CMYK Percentages of Color #1dcead
Complementary Color
#1dcead | #ce1d3e |
#1dcead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1dcead Color Preview on White Background
Lorem ipsum dolor sit amet.
#1dcead Color CSS Codes
.mybgcolor {background-color:#1dcead; } .myforecolor {color:#1dcead; } .mybordercolor {border:3px solid #1dcead; }
#1dcead Text Font Color
<p style="color:#1dcead">Text here</p>
This sample text font color is #1dcead
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.
#1dcead Background Color
<div style="background-color:#1dcead">
Div content here</div>
This div background color is #1dcead
#1dcead Border Color
<div style="border:3px solid #1dcead">
Div here</div>
This div border color is #1dcead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(29,206,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1dcead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1dcead; -webkit-box-shadow: 1px 1px 3px 2px #1dcead; box-shadow: 1px 1px 3px 2px #1dcead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(29,206,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1dcead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1dcead; -webkit-box-shadow: 1px 1px 3px 2px #1dcead; box-shadow: 1px 1px 3px 2px #1dcead;">
Div content here</div>
This div box has shadow with color #1dcead
Comments
No comments written yet.
Please login to write comment.