Color spaces of #cfb95c
RGB | 207 | 185 | 92 |
---|---|---|---|
HSL | 0.13 | 0.55 | 0.59 |
HSV | 49° | 56° | 81° |
CMYK | 0.00 | 0.11 | 0.56 0.19 |
XYZ | 45.0129 | 48.7360 | 17.1598 |
Yxy | 48.7360 | 0.4059 | 0.4394 |
Hunter Lab | 69.8112 | -7.0762 | 34.2942 |
CIE-Lab | 75.2868 | -3.7424 | 49.3603 |
#cfb95c color RGB value is (207,185,92).
#cfb95c hex color red value is 207, green value is 185 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #cfb95c hue: 0.13 , saturation: 0.55 and the lightness value of cfb95c is 0.59.
The process color (four color CMYK) of #cfb95c color hex is 0.00, 0.11, 0.56, 0.19. Web safe color of #cfb95c is #cccc66. Color #cfb95c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10111001 | 01011100 |
Octal | 317 | 271 | 134 |
Decimal | 207 | 185 | 92 |
Hex | CF | B9 | 5C |
Shades of #cfb95c
Tints of #cfb95c
RGB Percentages of Color #cfb95c
CMYK Percentages of Color #cfb95c
Complementary Color
#cfb95c | #5c72cf |
#cfb95c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfb95c Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfb95c Color CSS Codes
.mybgcolor {background-color:#cfb95c; } .myforecolor {color:#cfb95c; } .mybordercolor {border:3px solid #cfb95c; }
#cfb95c Text Font Color
<p style="color:#cfb95c">Text here</p>
This sample text font color is #cfb95c
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.
#cfb95c Background Color
<div style="background-color:#cfb95c">
Div content here</div>
This div background color is #cfb95c
#cfb95c Border Color
<div style="border:3px solid #cfb95c">
Div here</div>
This div border color is #cfb95c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,185,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfb95c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfb95c; -webkit-box-shadow: 1px 1px 3px 2px #cfb95c; box-shadow: 1px 1px 3px 2px #cfb95c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,185,92, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfb95c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfb95c; -webkit-box-shadow: 1px 1px 3px 2px #cfb95c; box-shadow: 1px 1px 3px 2px #cfb95c;">
Div content here</div>
This div box has shadow with color #cfb95c
Comments
No comments written yet.
Please login to write comment.