Color Hex Logo

#ddf0fe Color Hex

#DDF0FE
(221,240,254)
0 Favorites   0 Comments

Color spaces of #ddf0fe

RGB 221240254
HSL0.570.940.93
HSV205°13°100°
CMYK 0.130.060.00   0.00
XYZ78.868384.8481105.9864
Yxy84.84810.29240.3146
Hunter Lab92.1130-8.3639-3.7407
CIE-Lab93.8176-3.5031-8.8698

#ddf0fe color RGB value is (221,240,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110000 11111110
Octal 335 360 376
Decimal 221 240 254
Hex DD F0 FE

RGB Percentages of Color #ddf0fe

%30.91
%33.57
%35.52

CMYK Percentages of Color #ddf0fe

%13
%6
%0
%0

Triadic Colors of #ddf0fe

#ddf0fe #feddf0 #f0fedd

Analogous Colors of #ddf0fe

#ddf0fe #dde0fe #ddfefc

Monochromatic Colors of #ddf0fe

#ddf0fe

Complementary Color

#ddf0fe #feebdd

#ddf0fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf0fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf0fe Color CSS Codes

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

#ddf0fe Text Font Color

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

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


#ddf0fe Background Color

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

This div background color is #ddf0fe


#ddf0fe Border Color

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

This div border color is #ddf0fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf0fe

#ddf0fe Color Palettes


Comments

No comments written yet.

Please login to write comment.