Color spaces of #ccaf2b
RGB | 204 | 175 | 43 |
---|---|---|---|
HSL | 0.14 | 0.65 | 0.48 |
HSV | 49° | 79° | 80° |
CMYK | 0.00 | 0.14 | 0.79 0.20 |
XYZ | 40.6679 | 43.6717 | 8.5716 |
Yxy | 43.6717 | 0.4377 | 0.4700 |
Hunter Lab | 66.0846 | -5.8006 | 38.5689 |
CIE-Lab | 72.0085 | -2.5787 | 66.0224 |
#ccaf2b color RGB value is (204,175,43).
#ccaf2b hex color red value is 204, green value is 175 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ccaf2b hue: 0.14 , saturation: 0.65 and the lightness value of ccaf2b is 0.48.
The process color (four color CMYK) of #ccaf2b color hex is 0.00, 0.14, 0.79, 0.20. Web safe color of #ccaf2b is #cc9933. Color #ccaf2b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10101111 | 00101011 |
Octal | 314 | 257 | 53 |
Decimal | 204 | 175 | 43 |
Hex | CC | AF | 2B |
Shades of #ccaf2b
Tints of #ccaf2b
RGB Percentages of Color #ccaf2b
CMYK Percentages of Color #ccaf2b
Complementary Color
#ccaf2b | #2b48cc |
#ccaf2b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccaf2b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccaf2b Color CSS Codes
.mybgcolor {background-color:#ccaf2b; } .myforecolor {color:#ccaf2b; } .mybordercolor {border:3px solid #ccaf2b; }
#ccaf2b Text Font Color
<p style="color:#ccaf2b">Text here</p>
This sample text font color is #ccaf2b
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.
#ccaf2b Background Color
<div style="background-color:#ccaf2b">
Div content here</div>
This div background color is #ccaf2b
#ccaf2b Border Color
<div style="border:3px solid #ccaf2b">
Div here</div>
This div border color is #ccaf2b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,175,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccaf2b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccaf2b; -webkit-box-shadow: 1px 1px 3px 2px #ccaf2b; box-shadow: 1px 1px 3px 2px #ccaf2b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,175,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccaf2b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccaf2b; -webkit-box-shadow: 1px 1px 3px 2px #ccaf2b; box-shadow: 1px 1px 3px 2px #ccaf2b;">
Div content here</div>
This div box has shadow with color #ccaf2b
Comments
No comments written yet.
Please login to write comment.