Color Hex Logo

#ddaef1 Color Hex

#DDAEF1
(221,174,241)
0 Favorites   0 Comments

Color spaces of #ddaef1

RGB 221174241
HSL0.780.710.81
HSV282°28°95°
CMYK 0.080.280.00   0.05
XYZ60.832051.995190.0490
Yxy51.99510.29980.2563
Hunter Lab72.107624.3992-23.5668
CIE-Lab77.277928.8315-26.9071

#ddaef1 color RGB value is (221,174,241).

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

The process color (four color CMYK) of #ddaef1 color hex is 0.08, 0.28, 0.00, 0.05. Web safe color of #ddaef1 is #cc99ff. Color #ddaef1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 11110001
Octal 335 256 361
Decimal 221 174 241
Hex DD AE F1

RGB Percentages of Color #ddaef1

%34.75
%27.36
%37.89

CMYK Percentages of Color #ddaef1

%8
%28
%0
%5

Triadic Colors of #ddaef1

#ddaef1 #f1ddae #aef1dd

Analogous Colors of #ddaef1

#ddaef1 #f1aee4 #bcaef1

Monochromatic Colors of #ddaef1

#ddaef1

Complementary Color

#ddaef1 #c2f1ae

#ddaef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaef1 Color CSS Codes

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

#ddaef1 Text Font Color

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

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


#ddaef1 Background Color

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

This div background color is #ddaef1


#ddaef1 Border Color

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

This div border color is #ddaef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaef1


Comments

No comments written yet.

Please login to write comment.