Color spaces of #ccaa1e
RGB | 204 | 170 | 30 |
---|---|---|---|
HSL | 0.13 | 0.74 | 0.46 |
HSV | 48° | 85° | 80° |
CMYK | 0.00 | 0.17 | 0.85 0.20 |
XYZ | 39.5109 | 41.6806 | 7.1910 |
Yxy | 41.6806 | 0.4470 | 0.4716 |
Hunter Lab | 64.5605 | -3.7393 | 38.5884 |
CIE-Lab | 70.6501 | -0.3311 | 68.5543 |
#ccaa1e color RGB value is (204,170,30).
#ccaa1e hex color red value is 204, green value is 170 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ccaa1e hue: 0.13 , saturation: 0.74 and the lightness value of ccaa1e is 0.46.
The process color (four color CMYK) of #ccaa1e color hex is 0.00, 0.17, 0.85, 0.20. Web safe color of #ccaa1e is #cc9933. Color #ccaa1e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10101010 | 00011110 |
Octal | 314 | 252 | 36 |
Decimal | 204 | 170 | 30 |
Hex | CC | AA | 1E |
Shades of #ccaa1e
Tints of #ccaa1e
RGB Percentages of Color #ccaa1e
CMYK Percentages of Color #ccaa1e
Complementary Color
#ccaa1e | #1e40cc |
#ccaa1e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccaa1e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccaa1e Color CSS Codes
.mybgcolor {background-color:#ccaa1e; } .myforecolor {color:#ccaa1e; } .mybordercolor {border:3px solid #ccaa1e; }
#ccaa1e Text Font Color
<p style="color:#ccaa1e">Text here</p>
This sample text font color is #ccaa1e
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.
#ccaa1e Background Color
<div style="background-color:#ccaa1e">
Div content here</div>
This div background color is #ccaa1e
#ccaa1e Border Color
<div style="border:3px solid #ccaa1e">
Div here</div>
This div border color is #ccaa1e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,170,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccaa1e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccaa1e; -webkit-box-shadow: 1px 1px 3px 2px #ccaa1e; box-shadow: 1px 1px 3px 2px #ccaa1e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,170,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccaa1e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccaa1e; -webkit-box-shadow: 1px 1px 3px 2px #ccaa1e; box-shadow: 1px 1px 3px 2px #ccaa1e;">
Div content here</div>
This div box has shadow with color #ccaa1e
Comments
No comments written yet.
Please login to write comment.