Color Hex Logo

#ddeefa Color Hex

#DDEEFA
(221,238,250)
0 Favorites   0 Comments

Color spaces of #ddeefa

RGB 221238250
HSL0.570.740.92
HSV205°12°98°
CMYK 0.120.050.00   0.02
XYZ77.648683.4234102.4523
Yxy83.42340.29470.3166
Hunter Lab91.3364-8.0890-2.5703
CIE-Lab93.1995-3.2734-7.7075

#ddeefa color RGB value is (221,238,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 11111010
Octal 335 356 372
Decimal 221 238 250
Hex DD EE FA

RGB Percentages of Color #ddeefa

%31.17
%33.57
%35.26

CMYK Percentages of Color #ddeefa

%12
%5
%0
%2

Triadic Colors of #ddeefa

#ddeefa #faddee #eefadd

Analogous Colors of #ddeefa

#ddeefa #dde0fa #ddfaf8

Monochromatic Colors of #ddeefa

#ddeefa

Complementary Color

#ddeefa #fae9dd

#ddeefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeefa Color CSS Codes

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

#ddeefa Text Font Color

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

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


#ddeefa Background Color

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

This div background color is #ddeefa


#ddeefa Border Color

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

This div border color is #ddeefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeefa


Comments

No comments written yet.

Please login to write comment.