Color spaces of #caebde
RGB | 202 | 235 | 222 |
---|---|---|---|
HSL | 0.43 | 0.45 | 0.86 |
HSV | 156° | 14° | 92° |
CMYK | 0.14 | 0.00 | 0.06 0.08 |
XYZ | 67.2503 | 77.2471 | 80.4730 |
Yxy | 77.2471 | 0.2989 | 0.3434 |
Hunter Lab | 87.8903 | -17.2267 | 7.2369 |
CIE-Lab | 90.4352 | -13.2306 | 2.6834 |
#caebde color RGB value is (202,235,222).
#caebde hex color red value is 202, green value is 235 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #caebde hue: 0.43 , saturation: 0.45 and the lightness value of caebde is 0.86.
The process color (four color CMYK) of #caebde color hex is 0.14, 0.00, 0.06, 0.08. Web safe color of #caebde is #ccffcc. Color #caebde contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11101011 | 11011110 |
Octal | 312 | 353 | 336 |
Decimal | 202 | 235 | 222 |
Hex | CA | EB | DE |
Shades of #caebde
Tints of #caebde
RGB Percentages of Color #caebde
CMYK Percentages of Color #caebde
Complementary Color
#caebde | #ebcad7 |
#caebde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caebde Color Preview on White Background
Lorem ipsum dolor sit amet.
#caebde Color CSS Codes
.mybgcolor {background-color:#caebde; } .myforecolor {color:#caebde; } .mybordercolor {border:3px solid #caebde; }
#caebde Text Font Color
<p style="color:#caebde">Text here</p>
This sample text font color is #caebde
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.
#caebde Background Color
<div style="background-color:#caebde">
Div content here</div>
This div background color is #caebde
#caebde Border Color
<div style="border:3px solid #caebde">
Div here</div>
This div border color is #caebde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,235,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caebde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caebde; -webkit-box-shadow: 1px 1px 3px 2px #caebde; box-shadow: 1px 1px 3px 2px #caebde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,235,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 #caebde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caebde; -webkit-box-shadow: 1px 1px 3px 2px #caebde; box-shadow: 1px 1px 3px 2px #caebde;">
Div content here</div>
This div box has shadow with color #caebde
Comments
No comments written yet.
Please login to write comment.