Color spaces of #cfac1e
RGB | 207 | 172 | 30 |
---|---|---|---|
HSL | 0.13 | 0.75 | 0.46 |
HSV | 48° | 86° | 81° |
CMYK | 0.00 | 0.17 | 0.86 0.19 |
XYZ | 40.7190 | 42.8642 | 7.3558 |
Yxy | 42.8642 | 0.4478 | 0.4714 |
Hunter Lab | 65.4708 | -3.5572 | 39.1682 |
CIE-Lab | 71.4627 | -0.0683 | 69.3424 |
#cfac1e color RGB value is (207,172,30).
#cfac1e hex color red value is 207, green value is 172 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cfac1e hue: 0.13 , saturation: 0.75 and the lightness value of cfac1e is 0.46.
The process color (four color CMYK) of #cfac1e color hex is 0.00, 0.17, 0.86, 0.19. Web safe color of #cfac1e is #cc9933. Color #cfac1e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10101100 | 00011110 |
Octal | 317 | 254 | 36 |
Decimal | 207 | 172 | 30 |
Hex | CF | AC | 1E |
Shades of #cfac1e
Tints of #cfac1e
RGB Percentages of Color #cfac1e
CMYK Percentages of Color #cfac1e
Complementary Color
#cfac1e | #1e41cf |
#cfac1e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfac1e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfac1e Color CSS Codes
.mybgcolor {background-color:#cfac1e; } .myforecolor {color:#cfac1e; } .mybordercolor {border:3px solid #cfac1e; }
#cfac1e Text Font Color
<p style="color:#cfac1e">Text here</p>
This sample text font color is #cfac1e
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.
#cfac1e Background Color
<div style="background-color:#cfac1e">
Div content here</div>
This div background color is #cfac1e
#cfac1e Border Color
<div style="border:3px solid #cfac1e">
Div here</div>
This div border color is #cfac1e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,172,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfac1e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfac1e; -webkit-box-shadow: 1px 1px 3px 2px #cfac1e; box-shadow: 1px 1px 3px 2px #cfac1e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,172,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 #cfac1e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfac1e; -webkit-box-shadow: 1px 1px 3px 2px #cfac1e; box-shadow: 1px 1px 3px 2px #cfac1e;">
Div content here</div>
This div box has shadow with color #cfac1e
Comments
No comments written yet.
Please login to write comment.