Color spaces of #caedca
RGB | 202 | 237 | 202 |
---|---|---|---|
HSL | 0.33 | 0.49 | 0.86 |
HSV | 120° | 15° | 93° |
CMYK | 0.15 | 0.00 | 0.15 0.07 |
XYZ | 65.3020 | 77.3892 | 67.3729 |
Yxy | 77.3892 | 0.3109 | 0.3684 |
Hunter Lab | 87.9711 | -21.4468 | 16.1724 |
CIE-Lab | 90.5004 | -17.8565 | 13.1945 |
#caedca color RGB value is (202,237,202).
#caedca hex color red value is 202, green value is 237 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #caedca hue: 0.33 , saturation: 0.49 and the lightness value of caedca is 0.86.
The process color (four color CMYK) of #caedca color hex is 0.15, 0.00, 0.15, 0.07. Web safe color of #caedca is #ccffcc. Color #caedca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11101101 | 11001010 |
Octal | 312 | 355 | 312 |
Decimal | 202 | 237 | 202 |
Hex | CA | ED | CA |
Shades of #caedca
Tints of #caedca
RGB Percentages of Color #caedca
CMYK Percentages of Color #caedca
Complementary Color
#caedca | #edcaed |
#caedca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caedca Color Preview on White Background
Lorem ipsum dolor sit amet.
#caedca Color CSS Codes
.mybgcolor {background-color:#caedca; } .myforecolor {color:#caedca; } .mybordercolor {border:3px solid #caedca; }
#caedca Text Font Color
<p style="color:#caedca">Text here</p>
This sample text font color is #caedca
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.
#caedca Background Color
<div style="background-color:#caedca">
Div content here</div>
This div background color is #caedca
#caedca Border Color
<div style="border:3px solid #caedca">
Div here</div>
This div border color is #caedca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,237,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caedca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caedca; -webkit-box-shadow: 1px 1px 3px 2px #caedca; box-shadow: 1px 1px 3px 2px #caedca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,237,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caedca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caedca; -webkit-box-shadow: 1px 1px 3px 2px #caedca; box-shadow: 1px 1px 3px 2px #caedca;">
Div content here</div>
This div box has shadow with color #caedca
Comments
No comments written yet.
Please login to write comment.