Color Hex Logo

#dea4af Color Hex

#DEA4AF
(222,164,175)
0 Favorites   0 Comments

Color spaces of #dea4af

RGB 222164175
HSL0.970.470.76
HSV349°26°87°
CMYK 0.000.260.21   0.13
XYZ51.137545.175746.5820
Yxy45.17570.35790.3161
Hunter Lab67.212918.18545.9580
CIE-Lab73.007423.01252.7601

#dea4af color RGB value is (222,164,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100100 10101111
Octal 336 244 257
Decimal 222 164 175
Hex DE A4 AF

RGB Percentages of Color #dea4af

%39.57
%29.23
%31.19

CMYK Percentages of Color #dea4af

%0
%26
%21
%13

Triadic Colors of #dea4af

#dea4af #afdea4 #a4afde

Analogous Colors of #dea4af

#dea4af #deb6a4 #dea4cc

Monochromatic Colors of #dea4af

#dea4af

Complementary Color

#dea4af #a4ded3

#dea4af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea4af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea4af Color CSS Codes

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

#dea4af Text Font Color

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

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


#dea4af Background Color

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

This div background color is #dea4af


#dea4af Border Color

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

This div border color is #dea4af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea4af


Comments

No comments written yet.

Please login to write comment.