Color spaces of #cdeed2
RGB | 205 | 238 | 210 |
---|---|---|---|
HSL | 0.36 | 0.49 | 0.87 |
HSV | 129° | 14° | 93° |
CMYK | 0.14 | 0.00 | 0.12 0.07 |
XYZ | 67.3842 | 78.7814 | 72.6276 |
Yxy | 78.7814 | 0.3080 | 0.3601 |
Hunter Lab | 88.7589 | -19.8140 | 13.6168 |
CIE-Lab | 91.1353 | -15.9526 | 9.9687 |
#cdeed2 color RGB value is (205,238,210).
#cdeed2 hex color red value is 205, green value is 238 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #cdeed2 hue: 0.36 , saturation: 0.49 and the lightness value of cdeed2 is 0.87.
The process color (four color CMYK) of #cdeed2 color hex is 0.14, 0.00, 0.12, 0.07. Web safe color of #cdeed2 is #ccffcc. Color #cdeed2 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11101110 | 11010010 |
Octal | 315 | 356 | 322 |
Decimal | 205 | 238 | 210 |
Hex | CD | EE | D2 |
Shades of #cdeed2
Tints of #cdeed2
RGB Percentages of Color #cdeed2
CMYK Percentages of Color #cdeed2
Complementary Color
#cdeed2 | #eecde9 |
#cdeed2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdeed2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdeed2 Color CSS Codes
.mybgcolor {background-color:#cdeed2; } .myforecolor {color:#cdeed2; } .mybordercolor {border:3px solid #cdeed2; }
#cdeed2 Text Font Color
<p style="color:#cdeed2">Text here</p>
This sample text font color is #cdeed2
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.
#cdeed2 Background Color
<div style="background-color:#cdeed2">
Div content here</div>
This div background color is #cdeed2
#cdeed2 Border Color
<div style="border:3px solid #cdeed2">
Div here</div>
This div border color is #cdeed2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,238,210, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdeed2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdeed2; -webkit-box-shadow: 1px 1px 3px 2px #cdeed2; box-shadow: 1px 1px 3px 2px #cdeed2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,238,210, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdeed2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdeed2; -webkit-box-shadow: 1px 1px 3px 2px #cdeed2; box-shadow: 1px 1px 3px 2px #cdeed2;">
Div content here</div>
This div box has shadow with color #cdeed2
Comments
No comments written yet.
Please login to write comment.