Color Hex Logo

#c9bd57 Color Hex

#C9BD57
(201,189,87)
0 Favorites   0 Comments

Color spaces of #c9bd57

RGB 20118987
HSL0.150.510.56
HSV54°57°79°
CMYK 0.000.060.57   0.21
XYZ44.005349.500816.2521
Yxy49.50080.40090.4510
Hunter Lab70.3568-11.480035.5540
CIE-Lab75.7618-8.720052.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

BaseRedGreenBlue
Binary 11001001 10111101 01010111
Octal 311 275 127
Decimal 201 189 87
Hex C9 BD 57

RGB Percentages of Color #c9bd57

%42.14
%39.62
%18.24

CMYK Percentages of Color #c9bd57

%0
%6
%57
%21

Triadic Colors of #c9bd57

#c9bd57 #57c9bd #bd57c9

Analogous Colors of #c9bd57

#c9bd57 #9cc957 #c98457

Monochromatic Colors of #c9bd57

#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.