Color Hex Logo

#deaed7 Color Hex

#DEAED7
(222,174,215)
0 Favorites   0 Comments

Color spaces of #deaed7

RGB 222174215
HSL0.860.420.78
HSV309°22°87°
CMYK 0.000.220.03   0.13
XYZ57.526050.708071.0457
Yxy50.70800.32090.2828
Hunter Lab71.209519.5829-9.3069
CIE-Lab76.501824.2252-13.9834

#deaed7 color RGB value is (222,174,215).

#deaed7 hex color red value is 222, green value is 174 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #deaed7 hue: 0.86 , saturation: 0.42 and the lightness value of deaed7 is 0.78.

The process color (four color CMYK) of #deaed7 color hex is 0.00, 0.22, 0.03, 0.13. Web safe color of #deaed7 is #cc99cc. Color #deaed7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101110 11010111
Octal 336 256 327
Decimal 222 174 215
Hex DE AE D7

RGB Percentages of Color #deaed7

%36.33
%28.48
%35.19

CMYK Percentages of Color #deaed7

%0
%22
%3
%13

Triadic Colors of #deaed7

#deaed7 #d7deae #aed7de

Analogous Colors of #deaed7

#deaed7 #deaebf #cdaede

Monochromatic Colors of #deaed7

#deaed7

Complementary Color

#deaed7 #aedeb5

#deaed7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaed7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaed7 Color CSS Codes

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

#deaed7 Text Font Color

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

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


#deaed7 Background Color

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

This div background color is #deaed7


#deaed7 Border Color

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

This div border color is #deaed7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaed7


Comments

No comments written yet.

Please login to write comment.