Color Hex Logo

#c9901b Color Hex

#C9901B
(201,144,27)
0 Favorites   0 Comments

Color spaces of #c9901b

RGB 20114427
HSL0.110.760.45
HSV40°87°79°
CMYK 0.000.280.87   0.21
XYZ34.258532.44325.4934
Yxy32.44320.47450.4494
Hunter Lab56.95897.682434.1530
CIE-Lab63.707512.266563.5246

#c9901b color RGB value is (201,144,27).

#c9901b hex color red value is 201, green value is 144 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #c9901b hue: 0.11 , saturation: 0.76 and the lightness value of c9901b is 0.45.

The process color (four color CMYK) of #c9901b color hex is 0.00, 0.28, 0.87, 0.21. Web safe color of #c9901b is #cc9933. Color #c9901b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010000 00011011
Octal 311 220 33
Decimal 201 144 27
Hex C9 90 1B

RGB Percentages of Color #c9901b

%54.03
%38.71
%7.26

CMYK Percentages of Color #c9901b

%0
%28
%87
%21

Triadic Colors of #c9901b

#c9901b #1bc990 #901bc9

Analogous Colors of #c9901b

#c9901b #abc91b #c9391b

Monochromatic Colors of #c9901b

#c9901b

Complementary Color

#c9901b #1b54c9

#c9901b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9901b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9901b Color CSS Codes

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

#c9901b Text Font Color

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

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


#c9901b Background Color

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

This div background color is #c9901b


#c9901b Border Color

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

This div border color is #c9901b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9901b


Comments

No comments written yet.

Please login to write comment.