Color Hex Logo

#c9900b Color Hex

#C9900B
(201,144,11)
0 Favorites   0 Comments

Color spaces of #c9900b

RGB 20114411
HSL0.120.900.42
HSV42°95°79°
CMYK 0.000.280.95   0.21
XYZ34.121132.38824.7698
Yxy32.38820.47870.4544
Hunter Lab56.91067.427134.8682
CIE-Lab63.662411.984466.8456

#c9900b color RGB value is (201,144,11).

#c9900b hex color red value is 201, green value is 144 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #c9900b hue: 0.12 , saturation: 0.90 and the lightness value of c9900b is 0.42.

The process color (four color CMYK) of #c9900b color hex is 0.00, 0.28, 0.95, 0.21. Web safe color of #c9900b is #cc9900. Color #c9900b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010000 00001011
Octal 311 220 13
Decimal 201 144 11
Hex C9 90 B

RGB Percentages of Color #c9900b

%56.46
%40.45
%3.09

CMYK Percentages of Color #c9900b

%0
%28
%95
%21

Triadic Colors of #c9900b

#c9900b #0bc990 #900bc9

Analogous Colors of #c9900b

#c9900b #a3c90b #c9310b

Monochromatic Colors of #c9900b

#c9900b

Complementary Color

#c9900b #0b44c9

#c9900b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9900b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9900b Color CSS Codes

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

#c9900b Text Font Color

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

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


#c9900b Background Color

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

This div background color is #c9900b


#c9900b Border Color

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

This div border color is #c9900b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9900b


Comments

No comments written yet.

Please login to write comment.