Color Hex Logo

#ddf6fe Color Hex

#DDF6FE
(221,246,254)
0 Favorites   0 Comments

Color spaces of #ddf6fe

RGB 221246254
HSL0.540.940.93
HSV195°13°100°
CMYK 0.130.030.00   0.00
XYZ80.664088.4394106.5850
Yxy88.43940.29260.3208
Hunter Lab94.0422-11.4669-1.3682
CIE-Lab95.3456-6.5503-6.6077

#ddf6fe color RGB value is (221,246,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110110 11111110
Octal 335 366 376
Decimal 221 246 254
Hex DD F6 FE

RGB Percentages of Color #ddf6fe

%30.65
%34.12
%35.23

CMYK Percentages of Color #ddf6fe

%13
%3
%0
%0

Triadic Colors of #ddf6fe

#ddf6fe #feddf6 #f6fedd

Analogous Colors of #ddf6fe

#ddf6fe #dde6fe #ddfef6

Monochromatic Colors of #ddf6fe

#ddf6fe

Complementary Color

#ddf6fe #fee5dd

#ddf6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf6fe Color CSS Codes

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

#ddf6fe Text Font Color

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

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


#ddf6fe Background Color

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

This div background color is #ddf6fe


#ddf6fe Border Color

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

This div border color is #ddf6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf6fe

#ddf6fe Color Palettes


Comments

No comments written yet.

Please login to write comment.