Color Hex Logo

#ddf8fb Color Hex

#DDF8FB
(221,248,251)
0 Favorites   0 Comments

Color spaces of #ddf8fb

RGB 221248251
HSL0.520.790.93
HSV186°12°98°
CMYK 0.120.010.00   0.02
XYZ80.798889.4720104.2781
Yxy89.47200.29430.3259
Hunter Lab94.5896-13.05650.8499
CIE-Lab95.7773-8.1474-4.4203

#ddf8fb color RGB value is (221,248,251).

#ddf8fb hex color red value is 221, green value is 248 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ddf8fb hue: 0.52 , saturation: 0.79 and the lightness value of ddf8fb is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111000 11111011
Octal 335 370 373
Decimal 221 248 251
Hex DD F8 FB

RGB Percentages of Color #ddf8fb

%30.69
%34.44
%34.86

CMYK Percentages of Color #ddf8fb

%12
%1
%0
%2

Triadic Colors of #ddf8fb

#ddf8fb #fbddf8 #f8fbdd

Analogous Colors of #ddf8fb

#ddf8fb #dde9fb #ddfbef

Monochromatic Colors of #ddf8fb

#ddf8fb

Complementary Color

#ddf8fb #fbe0dd

#ddf8fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf8fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf8fb Color CSS Codes

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

#ddf8fb Text Font Color

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

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


#ddf8fb Background Color

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

This div background color is #ddf8fb


#ddf8fb Border Color

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

This div border color is #ddf8fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf8fb


Comments

No comments written yet.

Please login to write comment.