Color Hex Logo

#c9b70c Color Hex

#C9B70C
(201,183,12)
0 Favorites   0 Comments

Color spaces of #c9b70c

RGB 20118312
HSL0.150.890.42
HSV54°94°79°
CMYK 0.000.090.94   0.21
XYZ41.087246.31107.1212
Yxy46.31100.43470.4900
Hunter Lab68.0522-11.320141.4322
CIE-Lab73.7469-8.781274.1559

#c9b70c color RGB value is (201,183,12).

#c9b70c hex color red value is 201, green value is 183 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #c9b70c hue: 0.15 , saturation: 0.89 and the lightness value of c9b70c is 0.42.

The process color (four color CMYK) of #c9b70c color hex is 0.00, 0.09, 0.94, 0.21. Web safe color of #c9b70c is #cccc00. Color #c9b70c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10110111 00001100
Octal 311 267 14
Decimal 201 183 12
Hex C9 B7 C

RGB Percentages of Color #c9b70c

%50.76
%46.21
%3.03

CMYK Percentages of Color #c9b70c

%0
%9
%94
%21

Triadic Colors of #c9b70c

#c9b70c #0cc9b7 #b70cc9

Analogous Colors of #c9b70c

#c9b70c #7dc90c #c9580c

Monochromatic Colors of #c9b70c

#c9b70c

Complementary Color

#c9b70c #0c1ec9

#c9b70c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9b70c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9b70c Color CSS Codes

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

#c9b70c Text Font Color

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

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


#c9b70c Background Color

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

This div background color is #c9b70c


#c9b70c Border Color

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

This div border color is #c9b70c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9b70c


Comments

No comments written yet.

Please login to write comment.