Color Hex Logo

#dea6af Color Hex

#DEA6AF
(222,166,175)
0 Favorites   0 Comments

Color spaces of #dea6af

RGB 222166175
HSL0.970.460.76
HSV350°25°87°
CMYK 0.000.250.21   0.13
XYZ51.498345.897246.7022
Yxy45.89720.35740.3185
Hunter Lab67.747517.12896.5512
CIE-Lab73.478821.93503.4433

#dea6af color RGB value is (222,166,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100110 10101111
Octal 336 246 257
Decimal 222 166 175
Hex DE A6 AF

RGB Percentages of Color #dea6af

%39.43
%29.48
%31.08

CMYK Percentages of Color #dea6af

%0
%25
%21
%13

Triadic Colors of #dea6af

#dea6af #afdea6 #a6afde

Analogous Colors of #dea6af

#dea6af #deb9a6 #dea6cb

Monochromatic Colors of #dea6af

#dea6af

Complementary Color

#dea6af #a6ded5

#dea6af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea6af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea6af Color CSS Codes

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

#dea6af Text Font Color

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

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


#dea6af Background Color

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

This div background color is #dea6af


#dea6af Border Color

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

This div border color is #dea6af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea6af


Comments

No comments written yet.

Please login to write comment.