Color Hex Logo

#c4994f Color Hex

#C4994F
(196,153,79)
0 Favorites   0 Comments

Color spaces of #c4994f

RGB 19615379
HSL0.110.500.54
HSV38°60°77°
CMYK 0.000.220.60   0.23
XYZ35.567535.082712.2942
Yxy35.08270.42880.4230
Hunter Lab59.23073.534129.1549
CIE-Lab65.81307.666644.3902

#c4994f color RGB value is (196,153,79).

#c4994f hex color red value is 196, green value is 153 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #c4994f hue: 0.11 , saturation: 0.50 and the lightness value of c4994f is 0.54.

The process color (four color CMYK) of #c4994f color hex is 0.00, 0.22, 0.60, 0.23. Web safe color of #c4994f is #cc9966. Color #c4994f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011001 01001111
Octal 304 231 117
Decimal 196 153 79
Hex C4 99 4F

RGB Percentages of Color #c4994f

%45.79
%35.75
%18.46

CMYK Percentages of Color #c4994f

%0
%22
%60
%23

Triadic Colors of #c4994f

#c4994f #4fc499 #994fc4

Analogous Colors of #c4994f

#c4994f #b5c44f #c45f4f

Monochromatic Colors of #c4994f

#c4994f

Complementary Color

#c4994f #4f7ac4

#c4994f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4994f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4994f Color CSS Codes

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

#c4994f Text Font Color

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

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


#c4994f Background Color

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

This div background color is #c4994f


#c4994f Border Color

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

This div border color is #c4994f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4994f


Comments

No comments written yet.

Please login to write comment.