Color Hex Logo

#ddeefe Color Hex

#DDEEFE
(221,238,254)
0 Favorites   0 Comments

Color spaces of #ddeefe

RGB 221238254
HSL0.580.940.93
HSV209°13°100°
CMYK 0.130.060.00   0.00
XYZ78.282783.6770105.7913
Yxy83.67700.29240.3125
Hunter Lab91.4751-7.3245-4.5365
CIE-Lab93.3100-2.4810-9.6232

#ddeefe color RGB value is (221,238,254).

#ddeefe hex color red value is 221, green value is 238 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ddeefe hue: 0.58 , saturation: 0.94 and the lightness value of ddeefe is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 11111110
Octal 335 356 376
Decimal 221 238 254
Hex DD EE FE

RGB Percentages of Color #ddeefe

%31.00
%33.38
%35.62

CMYK Percentages of Color #ddeefe

%13
%6
%0
%0

Triadic Colors of #ddeefe

#ddeefe #feddee #eefedd

Analogous Colors of #ddeefe

#ddeefe #dddefe #ddfefe

Monochromatic Colors of #ddeefe

#ddeefe

Complementary Color

#ddeefe #feeddd

#ddeefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeefe Color CSS Codes

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

#ddeefe Text Font Color

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

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


#ddeefe Background Color

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

This div background color is #ddeefe


#ddeefe Border Color

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

This div border color is #ddeefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeefe


Comments

No comments written yet.

Please login to write comment.