Color Hex Logo

#c9bd44 Color Hex

#C9BD44
(201,189,68)
0 Favorites   0 Comments

Color spaces of #c9bd44

RGB 20118968
HSL0.150.550.53
HSV55°66°79°
CMYK 0.000.060.66   0.21
XYZ43.328449.230112.6875
Yxy49.23010.41170.4678
Hunter Lab70.1642-12.558438.3937
CIE-Lab75.5943-9.991360.2345

#c9bd44 color RGB value is (201,189,68).

#c9bd44 hex color red value is 201, green value is 189 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #c9bd44 hue: 0.15 , saturation: 0.55 and the lightness value of c9bd44 is 0.53.

The process color (four color CMYK) of #c9bd44 color hex is 0.00, 0.06, 0.66, 0.21. Web safe color of #c9bd44 is #cccc33. Color #c9bd44 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111101 01000100
Octal 311 275 104
Decimal 201 189 68
Hex C9 BD 44

RGB Percentages of Color #c9bd44

%43.89
%41.27
%14.85

CMYK Percentages of Color #c9bd44

%0
%6
%66
%21

Triadic Colors of #c9bd44

#c9bd44 #44c9bd #bd44c9

Analogous Colors of #c9bd44

#c9bd44 #93c944 #c97b44

Monochromatic Colors of #c9bd44

#c9bd44

Complementary Color

#c9bd44 #4450c9

#c9bd44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9bd44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9bd44 Color CSS Codes

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

#c9bd44 Text Font Color

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

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


#c9bd44 Background Color

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

This div background color is #c9bd44


#c9bd44 Border Color

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

This div border color is #c9bd44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9bd44


Comments

No comments written yet.

Please login to write comment.