Color Hex Logo

#dea9af Color Hex

#DEA9AF
(222,169,175)
0 Favorites   0 Comments

Color spaces of #dea9af

RGB 222169175
HSL0.980.450.77
HSV353°24°87°
CMYK 0.000.240.21   0.13
XYZ52.050047.000746.8861
Yxy47.00070.35670.3221
Hunter Lab68.557115.54627.4416
CIE-Lab74.190220.31894.4722

#dea9af color RGB value is (222,169,175).

#dea9af hex color red value is 222, green value is 169 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dea9af hue: 0.98 , saturation: 0.45 and the lightness value of dea9af is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101001 10101111
Octal 336 251 257
Decimal 222 169 175
Hex DE A9 AF

RGB Percentages of Color #dea9af

%39.22
%29.86
%30.92

CMYK Percentages of Color #dea9af

%0
%24
%21
%13

Triadic Colors of #dea9af

#dea9af #afdea9 #a9afde

Analogous Colors of #dea9af

#dea9af #debea9 #dea9ca

Monochromatic Colors of #dea9af

#dea9af

Complementary Color

#dea9af #a9ded8

#dea9af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea9af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea9af Color CSS Codes

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

#dea9af Text Font Color

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

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


#dea9af Background Color

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

This div background color is #dea9af


#dea9af Border Color

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

This div border color is #dea9af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea9af


Comments

No comments written yet.

Please login to write comment.