Color Hex Logo

#c9bb6d Color Hex

#C9BB6D
(201,187,109)
0 Favorites   0 Comments

Color spaces of #c9bb6d

RGB 201187109
HSL0.140.460.61
HSV51°46°79°
CMYK 0.000.070.46   0.21
XYZ44.618049.062321.5863
Yxy49.06230.38710.4256
Hunter Lab70.0445-8.874230.7592
CIE-Lab75.4901-5.761741.1225

#c9bb6d color RGB value is (201,187,109).

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

The process color (four color CMYK) of #c9bb6d color hex is 0.00, 0.07, 0.46, 0.21. Web safe color of #c9bb6d is #cccc66. Color #c9bb6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111011 01101101
Octal 311 273 155
Decimal 201 187 109
Hex C9 BB 6D

RGB Percentages of Color #c9bb6d

%40.44
%37.63
%21.93

CMYK Percentages of Color #c9bb6d

%0
%7
%46
%21

Triadic Colors of #c9bb6d

#c9bb6d #6dc9bb #bb6dc9

Analogous Colors of #c9bb6d

#c9bb6d #a9c96d #c98d6d

Monochromatic Colors of #c9bb6d

#c9bb6d

Complementary Color

#c9bb6d #6d7bc9

#c9bb6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9bb6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9bb6d Color CSS Codes

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

#c9bb6d Text Font Color

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

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


#c9bb6d Background Color

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

This div background color is #c9bb6d


#c9bb6d Border Color

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

This div border color is #c9bb6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9bb6d


Comments

No comments written yet.

Please login to write comment.