Color spaces of #cfaa22
RGB | 207 | 170 | 34 |
---|---|---|---|
HSL | 0.13 | 0.72 | 0.47 |
HSV | 47° | 84° | 81° |
CMYK | 0.00 | 0.18 | 0.84 0.19 |
XYZ | 40.3956 | 42.1303 | 7.5163 |
Yxy | 42.1303 | 0.4486 | 0.4679 |
Hunter Lab | 64.9079 | -2.4987 | 38.5697 |
CIE-Lab | 70.9607 | 1.0951 | 67.8886 |
#cfaa22 color RGB value is (207,170,34).
#cfaa22 hex color red value is 207, green value is 170 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #cfaa22 hue: 0.13 , saturation: 0.72 and the lightness value of cfaa22 is 0.47.
The process color (four color CMYK) of #cfaa22 color hex is 0.00, 0.18, 0.84, 0.19. Web safe color of #cfaa22 is #cc9933. Color #cfaa22 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10101010 | 00100010 |
Octal | 317 | 252 | 42 |
Decimal | 207 | 170 | 34 |
Hex | CF | AA | 22 |
Shades of #cfaa22
Tints of #cfaa22
RGB Percentages of Color #cfaa22
CMYK Percentages of Color #cfaa22
Complementary Color
#cfaa22 | #2247cf |
#cfaa22 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfaa22 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfaa22 Color CSS Codes
.mybgcolor {background-color:#cfaa22; } .myforecolor {color:#cfaa22; } .mybordercolor {border:3px solid #cfaa22; }
#cfaa22 Text Font Color
<p style="color:#cfaa22">Text here</p>
This sample text font color is #cfaa22
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.
#cfaa22 Background Color
<div style="background-color:#cfaa22">
Div content here</div>
This div background color is #cfaa22
#cfaa22 Border Color
<div style="border:3px solid #cfaa22">
Div here</div>
This div border color is #cfaa22
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,170,34, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfaa22; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfaa22; -webkit-box-shadow: 1px 1px 3px 2px #cfaa22; box-shadow: 1px 1px 3px 2px #cfaa22; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,170,34, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfaa22">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfaa22; -webkit-box-shadow: 1px 1px 3px 2px #cfaa22; box-shadow: 1px 1px 3px 2px #cfaa22;">
Div content here</div>
This div box has shadow with color #cfaa22
Comments
No comments written yet.
Please login to write comment.