Color spaces of #cae5bc
RGB | 202 | 229 | 188 |
---|---|---|---|
HSL | 0.28 | 0.44 | 0.82 |
HSV | 100° | 18° | 90° |
CMYK | 0.12 | 0.00 | 0.18 0.10 |
XYZ | 61.4535 | 72.2260 | 58.2790 |
Yxy | 72.2260 | 0.3201 | 0.3763 |
Hunter Lab | 84.9859 | -19.6515 | 18.8320 |
CIE-Lab | 88.0773 | -16.2549 | 17.0580 |
#cae5bc color RGB value is (202,229,188).
#cae5bc hex color red value is 202, green value is 229 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cae5bc hue: 0.28 , saturation: 0.44 and the lightness value of cae5bc is 0.82.
The process color (four color CMYK) of #cae5bc color hex is 0.12, 0.00, 0.18, 0.10. Web safe color of #cae5bc is #cccccc. Color #cae5bc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11100101 | 10111100 |
Octal | 312 | 345 | 274 |
Decimal | 202 | 229 | 188 |
Hex | CA | E5 | BC |
Shades of #cae5bc
Tints of #cae5bc
RGB Percentages of Color #cae5bc
CMYK Percentages of Color #cae5bc
Complementary Color
#cae5bc | #d7bce5 |
#cae5bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cae5bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cae5bc Color CSS Codes
.mybgcolor {background-color:#cae5bc; } .myforecolor {color:#cae5bc; } .mybordercolor {border:3px solid #cae5bc; }
#cae5bc Text Font Color
<p style="color:#cae5bc">Text here</p>
This sample text font color is #cae5bc
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.
#cae5bc Background Color
<div style="background-color:#cae5bc">
Div content here</div>
This div background color is #cae5bc
#cae5bc Border Color
<div style="border:3px solid #cae5bc">
Div here</div>
This div border color is #cae5bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,229,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cae5bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cae5bc; -webkit-box-shadow: 1px 1px 3px 2px #cae5bc; box-shadow: 1px 1px 3px 2px #cae5bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,229,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cae5bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cae5bc; -webkit-box-shadow: 1px 1px 3px 2px #cae5bc; box-shadow: 1px 1px 3px 2px #cae5bc;">
Div content here</div>
This div box has shadow with color #cae5bc
Comments
No comments written yet.
Please login to write comment.