Color spaces of #cfab2a
RGB | 207 | 171 | 42 |
---|---|---|---|
HSL | 0.13 | 0.66 | 0.49 |
HSV | 47° | 80° | 81° |
CMYK | 0.00 | 0.17 | 0.80 0.19 |
XYZ | 40.7130 | 42.5584 | 8.2593 |
Yxy | 42.5584 | 0.4448 | 0.4650 |
Hunter Lab | 65.2368 | -2.7661 | 38.1594 |
CIE-Lab | 71.2542 | 0.8118 | 65.7758 |
#cfab2a color RGB value is (207,171,42).
#cfab2a hex color red value is 207, green value is 171 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cfab2a hue: 0.13 , saturation: 0.66 and the lightness value of cfab2a is 0.49.
The process color (four color CMYK) of #cfab2a color hex is 0.00, 0.17, 0.80, 0.19. Web safe color of #cfab2a is #cc9933. Color #cfab2a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10101011 | 00101010 |
Octal | 317 | 253 | 52 |
Decimal | 207 | 171 | 42 |
Hex | CF | AB | 2A |
Shades of #cfab2a
Tints of #cfab2a
RGB Percentages of Color #cfab2a
CMYK Percentages of Color #cfab2a
Complementary Color
#cfab2a | #2a4ecf |
#cfab2a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfab2a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfab2a Color CSS Codes
.mybgcolor {background-color:#cfab2a; } .myforecolor {color:#cfab2a; } .mybordercolor {border:3px solid #cfab2a; }
#cfab2a Text Font Color
<p style="color:#cfab2a">Text here</p>
This sample text font color is #cfab2a
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.
#cfab2a Background Color
<div style="background-color:#cfab2a">
Div content here</div>
This div background color is #cfab2a
#cfab2a Border Color
<div style="border:3px solid #cfab2a">
Div here</div>
This div border color is #cfab2a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,171,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfab2a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfab2a; -webkit-box-shadow: 1px 1px 3px 2px #cfab2a; box-shadow: 1px 1px 3px 2px #cfab2a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,171,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfab2a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfab2a; -webkit-box-shadow: 1px 1px 3px 2px #cfab2a; box-shadow: 1px 1px 3px 2px #cfab2a;">
Div content here</div>
This div box has shadow with color #cfab2a
Comments
No comments written yet.
Please login to write comment.