Color Hex Logo

#ddeaf9 Color Hex

#DDEAF9
(221,234,249)
0 Favorites   0 Comments

Color spaces of #ddeaf9

RGB 221234249
HSL0.590.700.92
HSV212°11°98°
CMYK 0.110.060.00   0.02
XYZ76.340581.0573101.2446
Yxy81.05730.29520.3134
Hunter Lab90.0318-6.2006-3.6518
CIE-Lab92.1572-1.4204-8.7314

#ddeaf9 color RGB value is (221,234,249).

#ddeaf9 hex color red value is 221, green value is 234 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #ddeaf9 hue: 0.59 , saturation: 0.70 and the lightness value of ddeaf9 is 0.92.

The process color (four color CMYK) of #ddeaf9 color hex is 0.11, 0.06, 0.00, 0.02. Web safe color of #ddeaf9 is #ccffff. Color #ddeaf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 11111001
Octal 335 352 371
Decimal 221 234 249
Hex DD EA F9

RGB Percentages of Color #ddeaf9

%31.39
%33.24
%35.37

CMYK Percentages of Color #ddeaf9

%11
%6
%0
%2

Triadic Colors of #ddeaf9

#ddeaf9 #f9ddea #eaf9dd

Analogous Colors of #ddeaf9

#ddeaf9 #deddf9 #ddf8f9

Monochromatic Colors of #ddeaf9

#ddeaf9

Complementary Color

#ddeaf9 #f9ecdd

#ddeaf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeaf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeaf9 Color CSS Codes

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

#ddeaf9 Text Font Color

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

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


#ddeaf9 Background Color

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

This div background color is #ddeaf9


#ddeaf9 Border Color

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

This div border color is #ddeaf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeaf9

Related Colors


Comments

No comments written yet.

Please login to write comment.