Color Hex Logo

#ddf3fa Color Hex

#DDF3FA
(221,243,250)
0 Favorites   0 Comments

Color spaces of #ddf3fa

RGB 221243250
HSL0.540.740.92
HSV194°12°98°
CMYK 0.120.030.00   0.02
XYZ79.124786.3755102.9443
Yxy86.37550.29480.3218
Hunter Lab92.9384-10.6732-0.6163
CIE-Lab94.4727-5.8180-5.8256

#ddf3fa color RGB value is (221,243,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110011 11111010
Octal 335 363 372
Decimal 221 243 250
Hex DD F3 FA

RGB Percentages of Color #ddf3fa

%30.95
%34.03
%35.01

CMYK Percentages of Color #ddf3fa

%12
%3
%0
%2

Triadic Colors of #ddf3fa

#ddf3fa #faddf3 #f3fadd

Analogous Colors of #ddf3fa

#ddf3fa #dde5fa #ddfaf3

Monochromatic Colors of #ddf3fa

#ddf3fa

Complementary Color

#ddf3fa #fae4dd

#ddf3fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf3fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf3fa Color CSS Codes

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

#ddf3fa Text Font Color

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

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


#ddf3fa Background Color

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

This div background color is #ddf3fa


#ddf3fa Border Color

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

This div border color is #ddf3fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf3fa

Related Colors


Comments

No comments written yet.

Please login to write comment.