Color Hex Logo

#ddf0fa Color Hex

#DDF0FA
(221,240,250)
0 Favorites   0 Comments

Color spaces of #ddf0fa

RGB 221240250
HSL0.560.740.92
HSV201°12°98°
CMYK 0.120.040.00   0.02
XYZ78.234284.5945102.6475
Yxy84.59450.29470.3187
Hunter Lab91.9753-9.1245-1.7870
CIE-Lab93.7081-4.2936-6.9550

#ddf0fa color RGB value is (221,240,250).

#ddf0fa hex color red value is 221, green value is 240 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ddf0fa hue: 0.56 , saturation: 0.74 and the lightness value of ddf0fa is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110000 11111010
Octal 335 360 372
Decimal 221 240 250
Hex DD F0 FA

RGB Percentages of Color #ddf0fa

%31.08
%33.76
%35.16

CMYK Percentages of Color #ddf0fa

%12
%4
%0
%2

Triadic Colors of #ddf0fa

#ddf0fa #faddf0 #f0fadd

Analogous Colors of #ddf0fa

#ddf0fa #dde2fa #ddfaf6

Monochromatic Colors of #ddf0fa

#ddf0fa

Complementary Color

#ddf0fa #fae7dd

#ddf0fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf0fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf0fa Color CSS Codes

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

#ddf0fa Text Font Color

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

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


#ddf0fa Background Color

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

This div background color is #ddf0fa


#ddf0fa Border Color

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

This div border color is #ddf0fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf0fa

Related Colors


Comments

No comments written yet.

Please login to write comment.