Color Hex Logo

#ddf8fe Color Hex

#DDF8FE
(221,248,254)
0 Favorites   0 Comments

Color spaces of #ddf8fe

RGB 221248254
HSL0.530.940.93
HSV191°13°100°
CMYK 0.130.020.00   0.00
XYZ81.275689.6627106.7889
Yxy89.66270.29260.3228
Hunter Lab94.6904-12.4963-0.5822
CIE-Lab95.8567-7.5596-5.8532

#ddf8fe color RGB value is (221,248,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111000 11111110
Octal 335 370 376
Decimal 221 248 254
Hex DD F8 FE

RGB Percentages of Color #ddf8fe

%30.57
%34.30
%35.13

CMYK Percentages of Color #ddf8fe

%13
%2
%0
%0

Triadic Colors of #ddf8fe

#ddf8fe #feddf8 #f8fedd

Analogous Colors of #ddf8fe

#ddf8fe #dde8fe #ddfef4

Monochromatic Colors of #ddf8fe

#ddf8fe

Complementary Color

#ddf8fe #fee3dd

#ddf8fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf8fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf8fe Color CSS Codes

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

#ddf8fe Text Font Color

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

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


#ddf8fe Background Color

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

This div background color is #ddf8fe


#ddf8fe Border Color

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

This div border color is #ddf8fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf8fe

Related Colors


Comments

No comments written yet.

Please login to write comment.