Color spaces of #cac85e
RGB | 202 | 200 | 94 |
---|---|---|---|
HSL | 0.16 | 0.50 | 0.58 |
HSV | 59° | 53° | 79° |
CMYK | 0.00 | 0.01 | 0.53 0.21 |
XYZ | 47.0318 | 54.6733 | 18.6638 |
Yxy | 54.6733 | 0.3907 | 0.4542 |
Hunter Lab | 73.9414 | -15.8592 | 36.7934 |
CIE-Lab | 78.8527 | -13.3710 | 52.4402 |
#cac85e color RGB value is (202,200,94).
#cac85e hex color red value is 202, green value is 200 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cac85e hue: 0.16 , saturation: 0.50 and the lightness value of cac85e is 0.58.
The process color (four color CMYK) of #cac85e color hex is 0.00, 0.01, 0.53, 0.21. Web safe color of #cac85e is #cccc66. Color #cac85e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11001000 | 01011110 |
Octal | 312 | 310 | 136 |
Decimal | 202 | 200 | 94 |
Hex | CA | C8 | 5E |
Shades of #cac85e
Tints of #cac85e
RGB Percentages of Color #cac85e
CMYK Percentages of Color #cac85e
Complementary Color
#cac85e | #5e60ca |
#cac85e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cac85e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cac85e Color CSS Codes
.mybgcolor {background-color:#cac85e; } .myforecolor {color:#cac85e; } .mybordercolor {border:3px solid #cac85e; }
#cac85e Text Font Color
<p style="color:#cac85e">Text here</p>
This sample text font color is #cac85e
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.
#cac85e Background Color
<div style="background-color:#cac85e">
Div content here</div>
This div background color is #cac85e
#cac85e Border Color
<div style="border:3px solid #cac85e">
Div here</div>
This div border color is #cac85e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,200,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cac85e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cac85e; -webkit-box-shadow: 1px 1px 3px 2px #cac85e; box-shadow: 1px 1px 3px 2px #cac85e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,200,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cac85e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cac85e; -webkit-box-shadow: 1px 1px 3px 2px #cac85e; box-shadow: 1px 1px 3px 2px #cac85e;">
Div content here</div>
This div box has shadow with color #cac85e
Comments
No comments written yet.
Please login to write comment.