Color Hex Logo

#ddeafa Color Hex

#DDEAFA
(221,234,250)
0 Favorites   0 Comments

Color spaces of #ddeafa

RGB 221234250
HSL0.590.740.92
HSV213°12°98°
CMYK 0.120.060.00   0.02
XYZ76.496981.1199102.0684
Yxy81.11990.29460.3124
Hunter Lab90.0666-6.0098-4.1441
CIE-Lab92.1850-1.2232-9.2115

#ddeafa color RGB value is (221,234,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 11111010
Octal 335 352 372
Decimal 221 234 250
Hex DD EA FA

RGB Percentages of Color #ddeafa

%31.35
%33.19
%35.46

CMYK Percentages of Color #ddeafa

%12
%6
%0
%2

Triadic Colors of #ddeafa

#ddeafa #faddea #eafadd

Analogous Colors of #ddeafa

#ddeafa #dfddfa #ddf9fa

Monochromatic Colors of #ddeafa

#ddeafa

Complementary Color

#ddeafa #faeddd

#ddeafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeafa Color CSS Codes

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

#ddeafa Text Font Color

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

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


#ddeafa Background Color

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

This div background color is #ddeafa


#ddeafa Border Color

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

This div border color is #ddeafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeafa


Comments

No comments written yet.

Please login to write comment.