Color Hex Logo

#dea99d Color Hex

#DEA99D
(222,169,157)
0 Favorites   0 Comments

Color spaces of #dea99d

RGB 222169157
HSL0.030.500.74
HSV11°29°87°
CMYK 0.000.240.29   0.13
XYZ50.398046.339938.1865
Yxy46.33990.37350.3435
Hunter Lab68.073413.023614.3920
CIE-Lab73.765517.775013.7268

#dea99d color RGB value is (222,169,157).

#dea99d hex color red value is 222, green value is 169 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dea99d hue: 0.03 , saturation: 0.50 and the lightness value of dea99d is 0.74.

The process color (four color CMYK) of #dea99d color hex is 0.00, 0.24, 0.29, 0.13. Web safe color of #dea99d is #cc9999. Color #dea99d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101001 10011101
Octal 336 251 235
Decimal 222 169 157
Hex DE A9 9D

RGB Percentages of Color #dea99d

%40.51
%30.84
%28.65

CMYK Percentages of Color #dea99d

%0
%24
%29
%13

Triadic Colors of #dea99d

#dea99d #9ddea9 #a99dde

Analogous Colors of #dea99d

#dea99d #deca9d #de9db2

Monochromatic Colors of #dea99d

#dea99d

Complementary Color

#dea99d #9dd2de

#dea99d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea99d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea99d Color CSS Codes

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

#dea99d Text Font Color

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

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


#dea99d Background Color

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

This div background color is #dea99d


#dea99d Border Color

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

This div border color is #dea99d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea99d


Comments

No comments written yet.

Please login to write comment.