Color spaces of #cae45c
RGB | 202 | 228 | 92 |
---|---|---|---|
HSL | 0.20 | 0.72 | 0.63 |
HSV | 71° | 60° | 89° |
CMYK | 0.11 | 0.00 | 0.60 0.11 |
XYZ | 54.0323 | 68.8161 | 20.5602 |
Yxy | 68.8161 | 0.3768 | 0.4799 |
Hunter Lab | 82.9555 | -28.9077 | 43.3740 |
CIE-Lab | 86.4129 | -27.2366 | 61.8329 |
#cae45c color RGB value is (202,228,92).
#cae45c hex color red value is 202, green value is 228 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #cae45c hue: 0.20 , saturation: 0.72 and the lightness value of cae45c is 0.63.
The process color (four color CMYK) of #cae45c color hex is 0.11, 0.00, 0.60, 0.11. Web safe color of #cae45c is #cccc66. Color #cae45c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11100100 | 01011100 |
Octal | 312 | 344 | 134 |
Decimal | 202 | 228 | 92 |
Hex | CA | E4 | 5C |
Shades of #cae45c
Tints of #cae45c
RGB Percentages of Color #cae45c
CMYK Percentages of Color #cae45c
Complementary Color
#cae45c | #765ce4 |
#cae45c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cae45c Color Preview on White Background
Lorem ipsum dolor sit amet.
#cae45c Color CSS Codes
.mybgcolor {background-color:#cae45c; } .myforecolor {color:#cae45c; } .mybordercolor {border:3px solid #cae45c; }
#cae45c Text Font Color
<p style="color:#cae45c">Text here</p>
This sample text font color is #cae45c
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.
#cae45c Background Color
<div style="background-color:#cae45c">
Div content here</div>
This div background color is #cae45c
#cae45c Border Color
<div style="border:3px solid #cae45c">
Div here</div>
This div border color is #cae45c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,228,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cae45c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cae45c; -webkit-box-shadow: 1px 1px 3px 2px #cae45c; box-shadow: 1px 1px 3px 2px #cae45c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,228,92, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cae45c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cae45c; -webkit-box-shadow: 1px 1px 3px 2px #cae45c; box-shadow: 1px 1px 3px 2px #cae45c;">
Div content here</div>
This div box has shadow with color #cae45c
Comments
No comments written yet.
Please login to write comment.