Color spaces of #cacc7a
RGB | 202 | 204 | 122 |
---|---|---|---|
HSL | 0.17 | 0.45 | 0.64 |
HSV | 61° | 40° | 80° |
CMYK | 0.01 | 0.00 | 0.40 0.20 |
XYZ | 49.4628 | 57.1474 | 26.8359 |
Yxy | 57.1474 | 0.3707 | 0.4282 |
Hunter Lab | 75.5959 | -15.4993 | 31.8697 |
CIE-Lab | 80.2624 | -12.7477 | 40.5742 |
#cacc7a color RGB value is (202,204,122).
#cacc7a hex color red value is 202, green value is 204 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cacc7a hue: 0.17 , saturation: 0.45 and the lightness value of cacc7a is 0.64.
The process color (four color CMYK) of #cacc7a color hex is 0.01, 0.00, 0.40, 0.20. Web safe color of #cacc7a is #cccc66. Color #cacc7a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11001100 | 01111010 |
Octal | 312 | 314 | 172 |
Decimal | 202 | 204 | 122 |
Hex | CA | CC | 7A |
Shades of #cacc7a
Tints of #cacc7a
RGB Percentages of Color #cacc7a
CMYK Percentages of Color #cacc7a
Complementary Color
#cacc7a | #7c7acc |
#cacc7a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cacc7a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cacc7a Color CSS Codes
.mybgcolor {background-color:#cacc7a; } .myforecolor {color:#cacc7a; } .mybordercolor {border:3px solid #cacc7a; }
#cacc7a Text Font Color
<p style="color:#cacc7a">Text here</p>
This sample text font color is #cacc7a
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.
#cacc7a Background Color
<div style="background-color:#cacc7a">
Div content here</div>
This div background color is #cacc7a
#cacc7a Border Color
<div style="border:3px solid #cacc7a">
Div here</div>
This div border color is #cacc7a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,204,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cacc7a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cacc7a; -webkit-box-shadow: 1px 1px 3px 2px #cacc7a; box-shadow: 1px 1px 3px 2px #cacc7a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,204,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cacc7a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cacc7a; -webkit-box-shadow: 1px 1px 3px 2px #cacc7a; box-shadow: 1px 1px 3px 2px #cacc7a;">
Div content here</div>
This div box has shadow with color #cacc7a
Comments
No comments written yet.
Please login to write comment.