Color Hex Logo

#c9b01f Color Hex

#C9B01F
(201,176,31)
0 Favorites   0 Comments

Color spaces of #c9b01f

RGB 20117631
HSL0.140.730.45
HSV51°85°79°
CMYK 0.000.120.85   0.21
XYZ39.860143.56717.6048
Yxy43.56710.43790.4786
Hunter Lab66.0054-7.714739.3727
CIE-Lab71.9382-4.786969.2532

#c9b01f color RGB value is (201,176,31).

#c9b01f hex color red value is 201, green value is 176 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #c9b01f hue: 0.14 , saturation: 0.73 and the lightness value of c9b01f is 0.45.

The process color (four color CMYK) of #c9b01f color hex is 0.00, 0.12, 0.85, 0.21. Web safe color of #c9b01f is #cc9933. Color #c9b01f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10110000 00011111
Octal 311 260 37
Decimal 201 176 31
Hex C9 B0 1F

RGB Percentages of Color #c9b01f

%49.26
%43.14
%7.60

CMYK Percentages of Color #c9b01f

%0
%12
%85
%21

Triadic Colors of #c9b01f

#c9b01f #1fc9b0 #b01fc9

Analogous Colors of #c9b01f

#c9b01f #8dc91f #c95b1f

Monochromatic Colors of #c9b01f

#c9b01f

Complementary Color

#c9b01f #1f38c9

#c9b01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9b01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9b01f Color CSS Codes

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

#c9b01f Text Font Color

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

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


#c9b01f Background Color

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

This div background color is #c9b01f


#c9b01f Border Color

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

This div border color is #c9b01f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9b01f


Comments

No comments written yet.

Please login to write comment.