Color Hex Logo

#deaae6 Color Hex

#DEAAE6
(222,170,230)
0 Favorites   0 Comments

Color spaces of #deaae6

RGB 222170230
HSL0.810.550.78
HSV292°26°90°
CMYK 0.030.260.00   0.10
XYZ58.781949.992281.4142
Yxy49.99220.30910.2629
Hunter Lab70.705224.6649-18.7765
CIE-Lab76.064529.1659-22.7960

#deaae6 color RGB value is (222,170,230).

#deaae6 hex color red value is 222, green value is 170 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #deaae6 hue: 0.81 , saturation: 0.55 and the lightness value of deaae6 is 0.78.

The process color (four color CMYK) of #deaae6 color hex is 0.03, 0.26, 0.00, 0.10. Web safe color of #deaae6 is #cc99ff. Color #deaae6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101010 11100110
Octal 336 252 346
Decimal 222 170 230
Hex DE AA E6

RGB Percentages of Color #deaae6

%35.69
%27.33
%36.98

CMYK Percentages of Color #deaae6

%3
%26
%0
%10

Triadic Colors of #deaae6

#deaae6 #e6deaa #aae6de

Analogous Colors of #deaae6

#deaae6 #e6aad0 #c0aae6

Monochromatic Colors of #deaae6

#deaae6

Complementary Color

#deaae6 #b2e6aa

#deaae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaae6 Color CSS Codes

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

#deaae6 Text Font Color

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

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


#deaae6 Background Color

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

This div background color is #deaae6


#deaae6 Border Color

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

This div border color is #deaae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaae6


Comments

No comments written yet.

Please login to write comment.