Color spaces of #cac280
RGB | 202 | 194 | 128 |
---|---|---|---|
HSL | 0.15 | 0.41 | 0.65 |
HSV | 54° | 37° | 79° |
CMYK | 0.00 | 0.04 | 0.37 0.21 |
XYZ | 47.5452 | 52.6986 | 28.0880 |
Yxy | 52.6986 | 0.3705 | 0.4106 |
Hunter Lab | 72.5938 | -10.1308 | 27.8752 |
CIE-Lab | 77.6967 | -6.9545 | 34.2299 |
#cac280 color RGB value is (202,194,128).
#cac280 hex color red value is 202, green value is 194 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #cac280 hue: 0.15 , saturation: 0.41 and the lightness value of cac280 is 0.65.
The process color (four color CMYK) of #cac280 color hex is 0.00, 0.04, 0.37, 0.21. Web safe color of #cac280 is #cccc99. Color #cac280 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11000010 | 10000000 |
Octal | 312 | 302 | 200 |
Decimal | 202 | 194 | 128 |
Hex | CA | C2 | 80 |
Shades of #cac280
Tints of #cac280
RGB Percentages of Color #cac280
CMYK Percentages of Color #cac280
Complementary Color
#cac280 | #8088ca |
#cac280 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cac280 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cac280 Color CSS Codes
.mybgcolor {background-color:#cac280; } .myforecolor {color:#cac280; } .mybordercolor {border:3px solid #cac280; }
#cac280 Text Font Color
<p style="color:#cac280">Text here</p>
This sample text font color is #cac280
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.
#cac280 Background Color
<div style="background-color:#cac280">
Div content here</div>
This div background color is #cac280
#cac280 Border Color
<div style="border:3px solid #cac280">
Div here</div>
This div border color is #cac280
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,194,128, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cac280; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cac280; -webkit-box-shadow: 1px 1px 3px 2px #cac280; box-shadow: 1px 1px 3px 2px #cac280; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,194,128, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cac280">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cac280; -webkit-box-shadow: 1px 1px 3px 2px #cac280; box-shadow: 1px 1px 3px 2px #cac280;">
Div content here</div>
This div box has shadow with color #cac280
Comments
No comments written yet.
Please login to write comment.