Color Hex Logo

#deaee2 Color Hex

#DEAEE2
(222,174,226)
0 Favorites   0 Comments

Color spaces of #deaee2

RGB 222174226
HSL0.820.470.78
HSV295°23°89°
CMYK 0.020.230.00   0.11
XYZ58.987751.292778.7430
Yxy51.29270.31210.2714
Hunter Lab71.618921.6854-15.0544
CIE-Lab76.856026.2509-19.4240

#deaee2 color RGB value is (222,174,226).

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

The process color (four color CMYK) of #deaee2 color hex is 0.02, 0.23, 0.00, 0.11. Web safe color of #deaee2 is #cc99cc. Color #deaee2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101110 11100010
Octal 336 256 342
Decimal 222 174 226
Hex DE AE E2

RGB Percentages of Color #deaee2

%35.69
%27.97
%36.33

CMYK Percentages of Color #deaee2

%2
%23
%0
%11

Triadic Colors of #deaee2

#deaee2 #e2deae #aee2de

Analogous Colors of #deaee2

#deaee2 #e2aecc #c4aee2

Monochromatic Colors of #deaee2

#deaee2

Complementary Color

#deaee2 #b2e2ae

#deaee2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaee2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaee2 Color CSS Codes

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

#deaee2 Text Font Color

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

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


#deaee2 Background Color

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

This div background color is #deaee2


#deaee2 Border Color

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

This div border color is #deaee2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaee2


Comments

No comments written yet.

Please login to write comment.