Color Hex Logo

#ddf8fa Color Hex

#DDF8FA
(221,248,250)
0 Favorites   0 Comments

Color spaces of #ddf8fa

RGB 221248250
HSL0.510.740.92
HSV184°12°98°
CMYK 0.120.010.00   0.02
XYZ80.641589.4091103.4499
Yxy89.40910.29480.3269
Hunter Lab94.5564-13.24171.3229
CIE-Lab95.7511-8.3420-3.9422

#ddf8fa color RGB value is (221,248,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111000 11111010
Octal 335 370 372
Decimal 221 248 250
Hex DD F8 FA

RGB Percentages of Color #ddf8fa

%30.74
%34.49
%34.77

CMYK Percentages of Color #ddf8fa

%12
%1
%0
%2

Triadic Colors of #ddf8fa

#ddf8fa #faddf8 #f8fadd

Analogous Colors of #ddf8fa

#ddf8fa #ddeafa #ddfaee

Monochromatic Colors of #ddf8fa

#ddf8fa

Complementary Color

#ddf8fa #fadfdd

#ddf8fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf8fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf8fa Color CSS Codes

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

#ddf8fa Text Font Color

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

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


#ddf8fa Background Color

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

This div background color is #ddf8fa


#ddf8fa Border Color

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

This div border color is #ddf8fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf8fa

Related Colors


Comments

No comments written yet.

Please login to write comment.