Color spaces of #cae08e
RGB | 202 | 224 | 142 |
---|---|---|---|
HSL | 0.21 | 0.57 | 0.72 |
HSV | 76° | 37° | 88° |
CMYK | 0.10 | 0.00 | 0.37 0.12 |
XYZ | 55.8953 | 67.8209 | 35.7359 |
Yxy | 67.8209 | 0.3505 | 0.4253 |
Hunter Lab | 82.3534 | -22.9662 | 31.9195 |
CIE-Lab | 85.9168 | -20.3915 | 37.7613 |
#cae08e color RGB value is (202,224,142).
#cae08e hex color red value is 202, green value is 224 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #cae08e hue: 0.21 , saturation: 0.57 and the lightness value of cae08e is 0.72.
The process color (four color CMYK) of #cae08e color hex is 0.10, 0.00, 0.37, 0.12. Web safe color of #cae08e is #cccc99. Color #cae08e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11100000 | 10001110 |
Octal | 312 | 340 | 216 |
Decimal | 202 | 224 | 142 |
Hex | CA | E0 | 8E |
Shades of #cae08e
Tints of #cae08e
RGB Percentages of Color #cae08e
CMYK Percentages of Color #cae08e
Complementary Color
#cae08e | #a48ee0 |
#cae08e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cae08e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cae08e Color CSS Codes
.mybgcolor {background-color:#cae08e; } .myforecolor {color:#cae08e; } .mybordercolor {border:3px solid #cae08e; }
#cae08e Text Font Color
<p style="color:#cae08e">Text here</p>
This sample text font color is #cae08e
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.
#cae08e Background Color
<div style="background-color:#cae08e">
Div content here</div>
This div background color is #cae08e
#cae08e Border Color
<div style="border:3px solid #cae08e">
Div here</div>
This div border color is #cae08e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,224,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cae08e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cae08e; -webkit-box-shadow: 1px 1px 3px 2px #cae08e; box-shadow: 1px 1px 3px 2px #cae08e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,224,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cae08e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cae08e; -webkit-box-shadow: 1px 1px 3px 2px #cae08e; box-shadow: 1px 1px 3px 2px #cae08e;">
Div content here</div>
This div box has shadow with color #cae08e
Comments
No comments written yet.
Please login to write comment.