Color spaces of #ccaa83
RGB | 204 | 170 | 131 |
---|---|---|---|
HSL | 0.09 | 0.42 | 0.66 |
HSV | 32° | 36° | 80° |
CMYK | 0.00 | 0.17 | 0.36 0.20 |
XYZ | 43.3733 | 43.2255 | 27.5301 |
Yxy | 43.2255 | 0.3800 | 0.3787 |
Hunter Lab | 65.7461 | 2.7024 | 21.1956 |
CIE-Lab | 71.7078 | 6.8937 | 24.7527 |
#ccaa83 color RGB value is (204,170,131).
#ccaa83 hex color red value is 204, green value is 170 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #ccaa83 hue: 0.09 , saturation: 0.42 and the lightness value of ccaa83 is 0.66.
The process color (four color CMYK) of #ccaa83 color hex is 0.00, 0.17, 0.36, 0.20. Web safe color of #ccaa83 is #cc9999. Color #ccaa83 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10101010 | 10000011 |
Octal | 314 | 252 | 203 |
Decimal | 204 | 170 | 131 |
Hex | CC | AA | 83 |
Shades of #ccaa83
Tints of #ccaa83
RGB Percentages of Color #ccaa83
CMYK Percentages of Color #ccaa83
Complementary Color
#ccaa83 | #83a5cc |
#ccaa83 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccaa83 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccaa83 Color CSS Codes
.mybgcolor {background-color:#ccaa83; } .myforecolor {color:#ccaa83; } .mybordercolor {border:3px solid #ccaa83; }
#ccaa83 Text Font Color
<p style="color:#ccaa83">Text here</p>
This sample text font color is #ccaa83
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.
#ccaa83 Background Color
<div style="background-color:#ccaa83">
Div content here</div>
This div background color is #ccaa83
#ccaa83 Border Color
<div style="border:3px solid #ccaa83">
Div here</div>
This div border color is #ccaa83
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,170,131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccaa83; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccaa83; -webkit-box-shadow: 1px 1px 3px 2px #ccaa83; box-shadow: 1px 1px 3px 2px #ccaa83; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,170,131, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccaa83">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccaa83; -webkit-box-shadow: 1px 1px 3px 2px #ccaa83; box-shadow: 1px 1px 3px 2px #ccaa83;">
Div content here</div>
This div box has shadow with color #ccaa83
Comments
No comments written yet.
Please login to write comment.