Color Hex Logo

#c49012 Color Hex

#C49012
(196,144,18)
0 Favorites   0 Comments

Color spaces of #c49012

RGB 19614418
HSL0.120.830.42
HSV42°91°77°
CMYK 0.000.270.91   0.23
XYZ32.847431.72604.9647
Yxy31.72600.47240.4562
Hunter Lab56.32585.525234.2021
CIE-Lab63.11589.862864.9556

#c49012 color RGB value is (196,144,18).

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

The process color (four color CMYK) of #c49012 color hex is 0.00, 0.27, 0.91, 0.23. Web safe color of #c49012 is #cc9900. Color #c49012 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010000 00010010
Octal 304 220 22
Decimal 196 144 18
Hex C4 90 12

RGB Percentages of Color #c49012

%54.75
%40.22
%5.03

CMYK Percentages of Color #c49012

%0
%27
%91
%23

Triadic Colors of #c49012

#c49012 #12c490 #9012c4

Analogous Colors of #c49012

#c49012 #9fc412 #c43712

Monochromatic Colors of #c49012

#c49012

Complementary Color

#c49012 #1246c4

#c49012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49012 Color CSS Codes

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

#c49012 Text Font Color

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

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


#c49012 Background Color

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

This div background color is #c49012


#c49012 Border Color

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

This div border color is #c49012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49012


Comments

No comments written yet.

Please login to write comment.