Color Hex Logo

#deaeef Color Hex

#DEAEEF
(222,174,239)
0 Favorites   0 Comments

Color spaces of #deaeef

RGB 222174239
HSL0.790.670.81
HSV284°27°94°
CMYK 0.070.270.00   0.06
XYZ60.840252.033788.4982
Yxy52.03370.30210.2584
Hunter Lab72.134424.3168-22.2460
CIE-Lab77.301028.7514-25.7834

#deaeef color RGB value is (222,174,239).

#deaeef hex color red value is 222, green value is 174 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #deaeef hue: 0.79 , saturation: 0.67 and the lightness value of deaeef is 0.81.

The process color (four color CMYK) of #deaeef color hex is 0.07, 0.27, 0.00, 0.06. Web safe color of #deaeef is #cc99ff. Color #deaeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101110 11101111
Octal 336 256 357
Decimal 222 174 239
Hex DE AE EF

RGB Percentages of Color #deaeef

%34.96
%27.40
%37.64

CMYK Percentages of Color #deaeef

%7
%27
%0
%6

Triadic Colors of #deaeef

#deaeef #efdeae #aeefde

Analogous Colors of #deaeef

#deaeef #efaee0 #beaeef

Monochromatic Colors of #deaeef

#deaeef

Complementary Color

#deaeef #bfefae

#deaeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaeef Color CSS Codes

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

#deaeef Text Font Color

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

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


#deaeef Background Color

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

This div background color is #deaeef


#deaeef Border Color

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

This div border color is #deaeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaeef


Comments

No comments written yet.

Please login to write comment.