Color Hex Logo

#dea7ad Color Hex

#DEA7AD
(222,167,173)
0 Favorites   0 Comments

Color spaces of #dea7ad

RGB 222167173
HSL0.980.450.76
HSV353°25°87°
CMYK 0.000.250.22   0.13
XYZ51.485746.184245.7360
Yxy46.18420.35900.3221
Hunter Lab67.959016.30347.6694
CIE-Lab73.664921.09954.8116

#dea7ad color RGB value is (222,167,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100111 10101101
Octal 336 247 255
Decimal 222 167 173
Hex DE A7 AD

RGB Percentages of Color #dea7ad

%39.50
%29.72
%30.78

CMYK Percentages of Color #dea7ad

%0
%25
%22
%13

Triadic Colors of #dea7ad

#dea7ad #addea7 #a7adde

Analogous Colors of #dea7ad

#dea7ad #debda7 #dea7c9

Monochromatic Colors of #dea7ad

#dea7ad

Complementary Color

#dea7ad #a7ded8

#dea7ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea7ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea7ad Color CSS Codes

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

#dea7ad Text Font Color

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

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


#dea7ad Background Color

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

This div background color is #dea7ad


#dea7ad Border Color

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

This div border color is #dea7ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea7ad


Comments

No comments written yet.

Please login to write comment.