Color Hex Logo

#ddaefa Color Hex

#DDAEFA
(221,174,250)
0 Favorites   0 Comments

Color spaces of #ddaefa

RGB 221174250
HSL0.770.880.83
HSV277°30°98°
CMYK 0.120.300.00   0.02
XYZ62.210252.546497.3061
Yxy52.54640.29340.2478
Hunter Lab72.488926.3337-28.8462
CIE-Lab77.606430.6453-31.2541

#ddaefa color RGB value is (221,174,250).

#ddaefa hex color red value is 221, green value is 174 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ddaefa hue: 0.77 , saturation: 0.88 and the lightness value of ddaefa is 0.83.

The process color (four color CMYK) of #ddaefa color hex is 0.12, 0.30, 0.00, 0.02. Web safe color of #ddaefa is #cc99ff. Color #ddaefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 11111010
Octal 335 256 372
Decimal 221 174 250
Hex DD AE FA

RGB Percentages of Color #ddaefa

%34.26
%26.98
%38.76

CMYK Percentages of Color #ddaefa

%12
%30
%0
%2

Triadic Colors of #ddaefa

#ddaefa #faddae #aefadd

Analogous Colors of #ddaefa

#ddaefa #faaef1 #b7aefa

Monochromatic Colors of #ddaefa

#ddaefa

Complementary Color

#ddaefa #cbfaae

#ddaefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaefa Color CSS Codes

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

#ddaefa Text Font Color

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

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


#ddaefa Background Color

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

This div background color is #ddaefa


#ddaefa Border Color

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

This div border color is #ddaefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaefa

Related Colors


Comments

No comments written yet.

Please login to write comment.