Color Hex Logo

#dea94f Color Hex

#DEA94F
(222,169,79)
0 Favorites   0 Comments

Color spaces of #dea94f

RGB 22216979
HSL0.100.680.59
HSV38°64°87°
CMYK 0.000.240.64   0.13
XYZ45.723544.470013.5708
Yxy44.47000.44060.4286
Hunter Lab66.68585.689334.6144
CIE-Lab72.541510.130752.7548

#dea94f color RGB value is (222,169,79).

#dea94f hex color red value is 222, green value is 169 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #dea94f hue: 0.10 , saturation: 0.68 and the lightness value of dea94f is 0.59.

The process color (four color CMYK) of #dea94f color hex is 0.00, 0.24, 0.64, 0.13. Web safe color of #dea94f is #cc9966. Color #dea94f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101001 01001111
Octal 336 251 117
Decimal 222 169 79
Hex DE A9 4F

RGB Percentages of Color #dea94f

%47.23
%35.96
%16.81

CMYK Percentages of Color #dea94f

%0
%24
%64
%13

Triadic Colors of #dea94f

#dea94f #4fdea9 #a94fde

Analogous Colors of #dea94f

#dea94f #ccde4f #de624f

Monochromatic Colors of #dea94f

#dea94f

Complementary Color

#dea94f #4f84de

#dea94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea94f Color CSS Codes

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

#dea94f Text Font Color

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

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


#dea94f Background Color

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

This div background color is #dea94f


#dea94f Border Color

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

This div border color is #dea94f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,169,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 #dea94f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea94f


Comments

No comments written yet.

Please login to write comment.