Color Hex Logo

#c4981f Color Hex

#C4981F
(196,152,31)
0 Favorites   0 Comments

Color spaces of #c4981f

RGB 19615231
HSL0.120.730.45
HSV44°84°77°
CMYK 0.000.220.84   0.23
XYZ34.240534.29126.1105
Yxy34.29120.45870.4594
Hunter Lab58.55871.895034.8043
CIE-Lab65.19315.801063.4162

#c4981f color RGB value is (196,152,31).

#c4981f hex color red value is 196, green value is 152 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #c4981f hue: 0.12 , saturation: 0.73 and the lightness value of c4981f is 0.45.

The process color (four color CMYK) of #c4981f color hex is 0.00, 0.22, 0.84, 0.23. Web safe color of #c4981f is #cc9933. Color #c4981f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011000 00011111
Octal 304 230 37
Decimal 196 152 31
Hex C4 98 1F

RGB Percentages of Color #c4981f

%51.72
%40.11
%8.18

CMYK Percentages of Color #c4981f

%0
%22
%84
%23

Triadic Colors of #c4981f

#c4981f #1fc498 #981fc4

Analogous Colors of #c4981f

#c4981f #9ec41f #c4451f

Monochromatic Colors of #c4981f

#c4981f

Complementary Color

#c4981f #1f4bc4

#c4981f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4981f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4981f Color CSS Codes

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

#c4981f Text Font Color

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

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


#c4981f Background Color

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

This div background color is #c4981f


#c4981f Border Color

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

This div border color is #c4981f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4981f


Comments

No comments written yet.

Please login to write comment.