Color Hex Logo

#c9bf81 Color Hex

#C9BF81
(201,191,129)
0 Favorites   0 Comments

Color spaces of #c9bf81

RGB 201191129
HSL0.140.400.65
HSV52°36°79°
CMYK 0.000.050.36   0.21
XYZ46.680651.264128.2035
Yxy51.26410.37000.4064
Hunter Lab71.5990-8.920926.7644
CIE-Lab76.8387-5.676832.5763

#c9bf81 color RGB value is (201,191,129).

#c9bf81 hex color red value is 201, green value is 191 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #c9bf81 hue: 0.14 , saturation: 0.40 and the lightness value of c9bf81 is 0.65.

The process color (four color CMYK) of #c9bf81 color hex is 0.00, 0.05, 0.36, 0.21. Web safe color of #c9bf81 is #cccc99. Color #c9bf81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111111 10000001
Octal 311 277 201
Decimal 201 191 129
Hex C9 BF 81

RGB Percentages of Color #c9bf81

%38.58
%36.66
%24.76

CMYK Percentages of Color #c9bf81

%0
%5
%36
%21

Triadic Colors of #c9bf81

#c9bf81 #81c9bf #bf81c9

Analogous Colors of #c9bf81

#c9bf81 #afc981 #c99b81

Monochromatic Colors of #c9bf81

#c9bf81

Complementary Color

#c9bf81 #818bc9

#c9bf81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9bf81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9bf81 Color CSS Codes

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

#c9bf81 Text Font Color

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

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


#c9bf81 Background Color

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

This div background color is #c9bf81


#c9bf81 Border Color

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

This div border color is #c9bf81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9bf81


Comments

No comments written yet.

Please login to write comment.