Color Hex Logo

#dea7ae Color Hex

#DEA7AE
(222,167,174)
0 Favorites   0 Comments

Color spaces of #dea7ae

RGB 222167174
HSL0.980.450.76
HSV352°25°87°
CMYK 0.000.250.22   0.13
XYZ51.582946.223046.2476
Yxy46.22300.35810.3209
Hunter Lab67.987516.45197.2600
CIE-Lab73.690021.24764.2985

#dea7ae color RGB value is (222,167,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100111 10101110
Octal 336 247 256
Decimal 222 167 174
Hex DE A7 AE

RGB Percentages of Color #dea7ae

%39.43
%29.66
%30.91

CMYK Percentages of Color #dea7ae

%0
%25
%22
%13

Triadic Colors of #dea7ae

#dea7ae #aedea7 #a7aede

Analogous Colors of #dea7ae

#dea7ae #debca7 #dea7ca

Monochromatic Colors of #dea7ae

#dea7ae

Complementary Color

#dea7ae #a7ded7

#dea7ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea7ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea7ae Color CSS Codes

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

#dea7ae Text Font Color

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

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


#dea7ae Background Color

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

This div background color is #dea7ae


#dea7ae Border Color

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

This div border color is #dea7ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea7ae


Comments

No comments written yet.

Please login to write comment.