Color spaces of #cacf7e
RGB | 202 | 207 | 126 |
---|---|---|---|
HSL | 0.18 | 0.46 | 0.65 |
HSV | 64° | 39° | 81° |
CMYK | 0.02 | 0.00 | 0.39 0.19 |
XYZ | 50.4358 | 58.6886 | 28.4084 |
Yxy | 58.6886 | 0.3667 | 0.4267 |
Hunter Lab | 76.6085 | -16.5480 | 31.6397 |
CIE-Lab | 81.1201 | -13.8247 | 39.6501 |
#cacf7e color RGB value is (202,207,126).
#cacf7e hex color red value is 202, green value is 207 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cacf7e hue: 0.18 , saturation: 0.46 and the lightness value of cacf7e is 0.65.
The process color (four color CMYK) of #cacf7e color hex is 0.02, 0.00, 0.39, 0.19. Web safe color of #cacf7e is #cccc66. Color #cacf7e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11001111 | 01111110 |
Octal | 312 | 317 | 176 |
Decimal | 202 | 207 | 126 |
Hex | CA | CF | 7E |
Shades of #cacf7e
Tints of #cacf7e
RGB Percentages of Color #cacf7e
CMYK Percentages of Color #cacf7e
Complementary Color
#cacf7e | #837ecf |
#cacf7e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cacf7e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cacf7e Color CSS Codes
.mybgcolor {background-color:#cacf7e; } .myforecolor {color:#cacf7e; } .mybordercolor {border:3px solid #cacf7e; }
#cacf7e Text Font Color
<p style="color:#cacf7e">Text here</p>
This sample text font color is #cacf7e
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.
#cacf7e Background Color
<div style="background-color:#cacf7e">
Div content here</div>
This div background color is #cacf7e
#cacf7e Border Color
<div style="border:3px solid #cacf7e">
Div here</div>
This div border color is #cacf7e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,207,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cacf7e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cacf7e; -webkit-box-shadow: 1px 1px 3px 2px #cacf7e; box-shadow: 1px 1px 3px 2px #cacf7e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,207,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cacf7e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cacf7e; -webkit-box-shadow: 1px 1px 3px 2px #cacf7e; box-shadow: 1px 1px 3px 2px #cacf7e;">
Div content here</div>
This div box has shadow with color #cacf7e
Comments
No comments written yet.
Please login to write comment.