Color Hex Logo

#ddaef3 Color Hex

#DDAEF3
(221,174,243)
0 Favorites   0 Comments

Color spaces of #ddaef3

RGB 221174243
HSL0.780.740.82
HSV281°28°95°
CMYK 0.090.280.00   0.05
XYZ61.132552.115391.6312
Yxy52.11530.29840.2544
Hunter Lab72.190924.8227-24.7225
CIE-Lab77.349729.2303-27.8764

#ddaef3 color RGB value is (221,174,243).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 11110011
Octal 335 256 363
Decimal 221 174 243
Hex DD AE F3

RGB Percentages of Color #ddaef3

%34.64
%27.27
%38.09

CMYK Percentages of Color #ddaef3

%9
%28
%0
%5

Triadic Colors of #ddaef3

#ddaef3 #f3ddae #aef3dd

Analogous Colors of #ddaef3

#ddaef3 #f3aee7 #bbaef3

Monochromatic Colors of #ddaef3

#ddaef3

Complementary Color

#ddaef3 #c4f3ae

#ddaef3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaef3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaef3 Color CSS Codes

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

#ddaef3 Text Font Color

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

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


#ddaef3 Background Color

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

This div background color is #ddaef3


#ddaef3 Border Color

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

This div border color is #ddaef3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaef3


Comments

No comments written yet.

Please login to write comment.