Color Hex Logo

#ddaeef Color Hex

#DDAEEF
(221,174,239)
0 Favorites   0 Comments

Color spaces of #ddaeef

RGB 221174239
HSL0.790.670.81
HSV283°27°94°
CMYK 0.080.270.00   0.06
XYZ60.534851.876388.4839
Yxy51.87630.30130.2582
Hunter Lab72.025223.9792-22.4209
CIE-Lab77.206828.4351-25.9357

#ddaeef color RGB value is (221,174,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 11101111
Octal 335 256 357
Decimal 221 174 239
Hex DD AE EF

RGB Percentages of Color #ddaeef

%34.86
%27.44
%37.70

CMYK Percentages of Color #ddaeef

%8
%27
%0
%6

Triadic Colors of #ddaeef

#ddaeef #efddae #aeefdd

Analogous Colors of #ddaeef

#ddaeef #efaee1 #bdaeef

Monochromatic Colors of #ddaeef

#ddaeef

Complementary Color

#ddaeef #c0efae

#ddaeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaeef Color CSS Codes

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

#ddaeef Text Font Color

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

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


#ddaeef Background Color

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

This div background color is #ddaeef


#ddaeef Border Color

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

This div border color is #ddaeef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,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 #ddaeef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaeef


Comments

No comments written yet.

Please login to write comment.