Color Hex Logo

#c9940c Color Hex

#C9940C
(201,148,12)
0 Favorites   0 Comments

Color spaces of #c9940c

RGB 20114812
HSL0.120.890.42
HSV43°94°79°
CMYK 0.000.260.94   0.21
XYZ34.743733.62395.0067
Yxy33.62390.47350.4583
Hunter Lab57.98615.476635.4710
CIE-Lab64.66299.820367.4222

#c9940c color RGB value is (201,148,12).

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

The process color (four color CMYK) of #c9940c color hex is 0.00, 0.26, 0.94, 0.21. Web safe color of #c9940c is #cc9900. Color #c9940c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010100 00001100
Octal 311 224 14
Decimal 201 148 12
Hex C9 94 C

RGB Percentages of Color #c9940c

%55.68
%41.00
%3.32

CMYK Percentages of Color #c9940c

%0
%26
%94
%21

Triadic Colors of #c9940c

#c9940c #0cc994 #940cc9

Analogous Colors of #c9940c

#c9940c #a0c90c #c9360c

Monochromatic Colors of #c9940c

#c9940c

Complementary Color

#c9940c #0c41c9

#c9940c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9940c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9940c Color CSS Codes

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

#c9940c Text Font Color

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

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


#c9940c Background Color

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

This div background color is #c9940c


#c9940c Border Color

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

This div border color is #c9940c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,148,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 #c9940c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9940c


Comments

No comments written yet.

Please login to write comment.