Color spaces of #cfa85f
RGB | 207 | 168 | 95 |
---|---|---|---|
HSL | 0.11 | 0.54 | 0.59 |
HSV | 39° | 54° | 81° |
CMYK | 0.00 | 0.19 | 0.54 0.19 |
XYZ | 41.8003 | 42.0969 | 16.7489 |
Yxy | 42.0969 | 0.4153 | 0.4183 |
Hunter Lab | 64.8821 | 1.4549 | 30.1122 |
CIE-Lab | 70.9377 | 5.5021 | 42.7311 |
#cfa85f color RGB value is (207,168,95).
#cfa85f hex color red value is 207, green value is 168 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cfa85f hue: 0.11 , saturation: 0.54 and the lightness value of cfa85f is 0.59.
The process color (four color CMYK) of #cfa85f color hex is 0.00, 0.19, 0.54, 0.19. Web safe color of #cfa85f is #cc9966. Color #cfa85f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10101000 | 01011111 |
Octal | 317 | 250 | 137 |
Decimal | 207 | 168 | 95 |
Hex | CF | A8 | 5F |
Shades of #cfa85f
Tints of #cfa85f
RGB Percentages of Color #cfa85f
CMYK Percentages of Color #cfa85f
Complementary Color
#cfa85f | #5f86cf |
#cfa85f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfa85f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfa85f Color CSS Codes
.mybgcolor {background-color:#cfa85f; } .myforecolor {color:#cfa85f; } .mybordercolor {border:3px solid #cfa85f; }
#cfa85f Text Font Color
<p style="color:#cfa85f">Text here</p>
This sample text font color is #cfa85f
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.
#cfa85f Background Color
<div style="background-color:#cfa85f">
Div content here</div>
This div background color is #cfa85f
#cfa85f Border Color
<div style="border:3px solid #cfa85f">
Div here</div>
This div border color is #cfa85f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,168,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfa85f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfa85f; -webkit-box-shadow: 1px 1px 3px 2px #cfa85f; box-shadow: 1px 1px 3px 2px #cfa85f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,168,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfa85f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfa85f; -webkit-box-shadow: 1px 1px 3px 2px #cfa85f; box-shadow: 1px 1px 3px 2px #cfa85f;">
Div content here</div>
This div box has shadow with color #cfa85f
Comments
No comments written yet.
Please login to write comment.