Color spaces of #c9bd57
RGB | 201 | 189 | 87 |
---|---|---|---|
HSL | 0.15 | 0.51 | 0.56 |
HSV | 54° | 57° | 79° |
CMYK | 0.00 | 0.06 | 0.57 0.21 |
XYZ | 44.0053 | 49.5008 | 16.2521 |
Yxy | 49.5008 | 0.4009 | 0.4510 |
Hunter Lab | 70.3568 | -11.4800 | 35.5540 |
CIE-Lab | 75.7618 | -8.7200 | 52.1187 |
#c9bd57 color RGB value is (201,189,87).
#c9bd57 hex color red value is 201, green value is 189 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #c9bd57 hue: 0.15 , saturation: 0.51 and the lightness value of c9bd57 is 0.56.
The process color (four color CMYK) of #c9bd57 color hex is 0.00, 0.06, 0.57, 0.21. Web safe color of #c9bd57 is #cccc66. Color #c9bd57 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 10111101 | 01010111 |
Octal | 311 | 275 | 127 |
Decimal | 201 | 189 | 87 |
Hex | C9 | BD | 57 |
Shades of #c9bd57
Tints of #c9bd57
RGB Percentages of Color #c9bd57
CMYK Percentages of Color #c9bd57
Complementary Color
#c9bd57 | #5763c9 |
#c9bd57 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c9bd57 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c9bd57 Color CSS Codes
.mybgcolor {background-color:#c9bd57; } .myforecolor {color:#c9bd57; } .mybordercolor {border:3px solid #c9bd57; }
#c9bd57 Text Font Color
<p style="color:#c9bd57">Text here</p>
This sample text font color is #c9bd57
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.
#c9bd57 Background Color
<div style="background-color:#c9bd57">
Div content here</div>
This div background color is #c9bd57
#c9bd57 Border Color
<div style="border:3px solid #c9bd57">
Div here</div>
This div border color is #c9bd57
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,189,87, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c9bd57; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c9bd57; -webkit-box-shadow: 1px 1px 3px 2px #c9bd57; box-shadow: 1px 1px 3px 2px #c9bd57; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,189,87, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c9bd57">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c9bd57; -webkit-box-shadow: 1px 1px 3px 2px #c9bd57; box-shadow: 1px 1px 3px 2px #c9bd57;">
Div content here</div>
This div box has shadow with color #c9bd57
Comments
No comments written yet.
Please login to write comment.