Color Hex Logo

#c49908 Color Hex

#C49908
(196,153,8)
0 Favorites   0 Comments

Color spaces of #c49908

RGB 1961538
HSL0.130.920.40
HSV46°96°77°
CMYK 0.000.220.96   0.23
XYZ34.200034.53585.0933
Yxy34.53580.46320.4678
Hunter Lab58.76721.036935.9984
CIE-Lab65.38564.830568.2575

#c49908 color RGB value is (196,153,8).

#c49908 hex color red value is 196, green value is 153 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #c49908 hue: 0.13 , saturation: 0.92 and the lightness value of c49908 is 0.40.

The process color (four color CMYK) of #c49908 color hex is 0.00, 0.22, 0.96, 0.23. Web safe color of #c49908 is #cc9900. Color #c49908 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011001 00001000
Octal 304 231 10
Decimal 196 153 8
Hex C4 99 8

RGB Percentages of Color #c49908

%54.90
%42.86
%2.24

CMYK Percentages of Color #c49908

%0
%22
%96
%23

Triadic Colors of #c49908

#c49908 #08c499 #9908c4

Analogous Colors of #c49908

#c49908 #91c408 #c43b08

Monochromatic Colors of #c49908

#c49908

Complementary Color

#c49908 #0833c4

#c49908 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49908 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49908 Color CSS Codes

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

#c49908 Text Font Color

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

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


#c49908 Background Color

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

This div background color is #c49908


#c49908 Border Color

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

This div border color is #c49908


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49908


Comments

No comments written yet.

Please login to write comment.