Color Hex Logo

#c49300 Color Hex

#C49300
(196,147,0)
0 Favorites   0 Comments

Color spaces of #c49300

RGB 1961470
HSL0.131.000.38
HSV45°100°77°
CMYK 0.000.251.00   0.23
XYZ33.198732.60324.5433
Yxy32.60320.47190.4635
Hunter Lab57.09923.860135.2518
CIE-Lab63.83837.994968.2830

#c49300 color RGB value is (196,147,0).

#c49300 hex color red value is 196, green value is 147 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #c49300 hue: 0.13 , saturation: 1.00 and the lightness value of c49300 is 0.38.

The process color (four color CMYK) of #c49300 color hex is 0.00, 0.25, 1.00, 0.23. Web safe color of #c49300 is #cc9900. Color #c49300 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010011 00000000
Octal 304 223 0
Decimal 196 147 0
Hex C4 93 0

RGB Percentages of Color #c49300

%57.14
%42.86
%0.00

CMYK Percentages of Color #c49300

%0
%25
%100
%23

Triadic Colors of #c49300

#c49300 #00c493 #9300c4

Analogous Colors of #c49300

#c49300 #93c400 #c43100

Monochromatic Colors of #c49300

#c49300

Complementary Color

#c49300 #0031c4

#c49300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49300 Color CSS Codes

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

#c49300 Text Font Color

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

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


#c49300 Background Color

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

This div background color is #c49300


#c49300 Border Color

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

This div border color is #c49300


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49300


Comments

No comments written yet.

Please login to write comment.