Color Hex Logo

#c9bd6f Color Hex

#C9BD6F
(201,189,111)
0 Favorites   0 Comments

Color spaces of #c9bd6f

RGB 201189111
HSL0.140.450.61
HSV52°45°79°
CMYK 0.000.060.45   0.21
XYZ45.154249.960422.3024
Yxy49.96040.38460.4255
Hunter Lab70.6827-9.663530.7702
CIE-Lab76.0449-6.603040.8036

#c9bd6f color RGB value is (201,189,111).

#c9bd6f hex color red value is 201, green value is 189 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c9bd6f hue: 0.14 , saturation: 0.45 and the lightness value of c9bd6f is 0.61.

The process color (four color CMYK) of #c9bd6f color hex is 0.00, 0.06, 0.45, 0.21. Web safe color of #c9bd6f is #cccc66. Color #c9bd6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111101 01101111
Octal 311 275 157
Decimal 201 189 111
Hex C9 BD 6F

RGB Percentages of Color #c9bd6f

%40.12
%37.72
%22.16

CMYK Percentages of Color #c9bd6f

%0
%6
%45
%21

Triadic Colors of #c9bd6f

#c9bd6f #6fc9bd #bd6fc9

Analogous Colors of #c9bd6f

#c9bd6f #a8c96f #c9906f

Monochromatic Colors of #c9bd6f

#c9bd6f

Complementary Color

#c9bd6f #6f7bc9

#c9bd6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9bd6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9bd6f Color CSS Codes

.mybgcolor {background-color:#c9bd6f; } 
.myforecolor {color:#c9bd6f; }
.mybordercolor {border:3px solid #c9bd6f; }

#c9bd6f Text Font Color

<p style="color:#c9bd6f">Text here</p>

This sample text font color is #c9bd6f
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.


#c9bd6f Background Color

<div style="background-color:#c9bd6f">
Div content here</div>

This div background color is #c9bd6f


#c9bd6f Border Color

<div style="border:3px solid #c9bd6f">
Div here</div>

This div border color is #c9bd6f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,189,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c9bd6f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c9bd6f;
  -webkit-box-shadow: 1px 1px 3px 2px #c9bd6f;
  box-shadow:         1px 1px 3px 2px #c9bd6f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,189,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c9bd6f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c9bd6f;
  -webkit-box-shadow: 1px 1px 3px 2px #c9bd6f;
  box-shadow:         1px 1px 3px 2px #c9bd6f;">
Div content here</div>

This div box has shadow with color #c9bd6f


Comments

No comments written yet.

Please login to write comment.