Color Hex Logo

#dea3ad Color Hex

#DEA3AD
(222,163,173)
0 Favorites   0 Comments

Color spaces of #dea3ad

RGB 222163173
HSL0.970.470.75
HSV350°27°87°
CMYK 0.000.270.22   0.13
XYZ50.764244.741145.4955
Yxy44.74110.36000.3173
Hunter Lab66.888818.41446.4951
CIE-Lab72.721123.25483.4473

#dea3ad color RGB value is (222,163,173).

#dea3ad hex color red value is 222, green value is 163 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dea3ad hue: 0.97 , saturation: 0.47 and the lightness value of dea3ad is 0.75.

The process color (four color CMYK) of #dea3ad color hex is 0.00, 0.27, 0.22, 0.13. Web safe color of #dea3ad is #cc9999. Color #dea3ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100011 10101101
Octal 336 243 255
Decimal 222 163 173
Hex DE A3 AD

RGB Percentages of Color #dea3ad

%39.78
%29.21
%31.00

CMYK Percentages of Color #dea3ad

%0
%27
%22
%13

Triadic Colors of #dea3ad

#dea3ad #addea3 #a3adde

Analogous Colors of #dea3ad

#dea3ad #deb7a3 #dea3cb

Monochromatic Colors of #dea3ad

#dea3ad

Complementary Color

#dea3ad #a3ded4

#dea3ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea3ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea3ad Color CSS Codes

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

#dea3ad Text Font Color

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

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


#dea3ad Background Color

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

This div background color is #dea3ad


#dea3ad Border Color

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

This div border color is #dea3ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea3ad


Comments

No comments written yet.

Please login to write comment.