Color Hex Logo

#dea97f Color Hex

#DEA97F
(222,169,127)
0 Favorites   0 Comments

Color spaces of #dea97f

RGB 222169127
HSL0.070.590.68
HSV27°43°87°
CMYK 0.000.240.43   0.13
XYZ48.142945.437826.3116
Yxy45.43780.40160.3790
Hunter Lab67.40769.522624.0423
CIE-Lab73.179214.173729.1838

#dea97f color RGB value is (222,169,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101001 01111111
Octal 336 251 177
Decimal 222 169 127
Hex DE A9 7F

RGB Percentages of Color #dea97f

%42.86
%32.63
%24.52

CMYK Percentages of Color #dea97f

%0
%24
%43
%13

Triadic Colors of #dea97f

#dea97f #7fdea9 #a97fde

Analogous Colors of #dea97f

#dea97f #ded97f #de7f85

Monochromatic Colors of #dea97f

#dea97f

Complementary Color

#dea97f #7fb4de

#dea97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea97f Color CSS Codes

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

#dea97f Text Font Color

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

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


#dea97f Background Color

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

This div background color is #dea97f


#dea97f Border Color

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

This div border color is #dea97f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,169,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea97f


Comments

No comments written yet.

Please login to write comment.