Color spaces of #cae870
RGB | 202 | 232 | 112 |
---|---|---|---|
HSL | 0.21 | 0.72 | 0.67 |
HSV | 75° | 52° | 91° |
CMYK | 0.13 | 0.00 | 0.52 0.09 |
XYZ | 56.1384 | 71.4396 | 26.1597 |
Yxy | 71.4396 | 0.3652 | 0.4647 |
Hunter Lab | 84.5219 | -29.3560 | 40.8150 |
CIE-Lab | 87.6981 | -27.4633 | 54.4566 |
#cae870 color RGB value is (202,232,112).
#cae870 hex color red value is 202, green value is 232 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #cae870 hue: 0.21 , saturation: 0.72 and the lightness value of cae870 is 0.67.
The process color (four color CMYK) of #cae870 color hex is 0.13, 0.00, 0.52, 0.09. Web safe color of #cae870 is #ccff66. Color #cae870 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11101000 | 01110000 |
Octal | 312 | 350 | 160 |
Decimal | 202 | 232 | 112 |
Hex | CA | E8 | 70 |
Shades of #cae870
Tints of #cae870
RGB Percentages of Color #cae870
CMYK Percentages of Color #cae870
Complementary Color
#cae870 | #8e70e8 |
#cae870 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cae870 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cae870 Color CSS Codes
.mybgcolor {background-color:#cae870; } .myforecolor {color:#cae870; } .mybordercolor {border:3px solid #cae870; }
#cae870 Text Font Color
<p style="color:#cae870">Text here</p>
This sample text font color is #cae870
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.
#cae870 Background Color
<div style="background-color:#cae870">
Div content here</div>
This div background color is #cae870
#cae870 Border Color
<div style="border:3px solid #cae870">
Div here</div>
This div border color is #cae870
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,232,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cae870; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cae870; -webkit-box-shadow: 1px 1px 3px 2px #cae870; box-shadow: 1px 1px 3px 2px #cae870; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,232,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cae870">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cae870; -webkit-box-shadow: 1px 1px 3px 2px #cae870; box-shadow: 1px 1px 3px 2px #cae870;">
Div content here</div>
This div box has shadow with color #cae870
Comments
No comments written yet.
Please login to write comment.