Color Hex Logo

#c49014 Color Hex

#C49014
(196,144,20)
0 Favorites   0 Comments

Color spaces of #c49014

RGB 19614420
HSL0.120.810.42
HSV42°90°77°
CMYK 0.000.270.90   0.23
XYZ32.864531.73285.0547
Yxy31.73280.47180.4556
Hunter Lab56.33195.557734.1122
CIE-Lab63.12149.899464.5362

#c49014 color RGB value is (196,144,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010000 00010100
Octal 304 220 24
Decimal 196 144 20
Hex C4 90 14

RGB Percentages of Color #c49014

%54.44
%40.00
%5.56

CMYK Percentages of Color #c49014

%0
%27
%90
%23

Triadic Colors of #c49014

#c49014 #14c490 #9014c4

Analogous Colors of #c49014

#c49014 #a0c414 #c43814

Monochromatic Colors of #c49014

#c49014

Complementary Color

#c49014 #1448c4

#c49014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49014 Color CSS Codes

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

#c49014 Text Font Color

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

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


#c49014 Background Color

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

This div background color is #c49014


#c49014 Border Color

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

This div border color is #c49014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49014


Comments

No comments written yet.

Please login to write comment.