Color Hex Logo

#ddf6fd Color Hex

#DDF6FD
(221,246,253)
0 Favorites   0 Comments

Color spaces of #ddf6fd

RGB 221246253
HSL0.540.890.93
HSV193°13°99°
CMYK 0.130.030.00   0.01
XYZ80.504288.3755105.7437
Yxy88.37550.29310.3218
Hunter Lab94.0082-11.6555-0.8857
CIE-Lab95.3188-6.7475-6.1301

#ddf6fd color RGB value is (221,246,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110110 11111101
Octal 335 366 375
Decimal 221 246 253
Hex DD F6 FD

RGB Percentages of Color #ddf6fd

%30.69
%34.17
%35.14

CMYK Percentages of Color #ddf6fd

%13
%3
%0
%1

Triadic Colors of #ddf6fd

#ddf6fd #fdddf6 #f6fddd

Analogous Colors of #ddf6fd

#ddf6fd #dde6fd #ddfdf4

Monochromatic Colors of #ddf6fd

#ddf6fd

Complementary Color

#ddf6fd #fde4dd

#ddf6fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf6fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf6fd Color CSS Codes

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

#ddf6fd Text Font Color

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

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


#ddf6fd Background Color

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

This div background color is #ddf6fd


#ddf6fd Border Color

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

This div border color is #ddf6fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf6fd

Related Colors


Comments

No comments written yet.

Please login to write comment.