Color Hex Logo

#dff5fb Color Hex

#DFF5FB
(223,245,251)
1 Favorites   0 Comments

Color spaces of #dff5fb

RGB 223245251
HSL0.540.780.93
HSV193°11°98°
CMYK 0.110.020.00   0.02
XYZ80.496487.9578104.0017
Yxy87.95780.29540.3228
Hunter Lab93.7858-10.9186-0.0983
CIE-Lab95.1432-6.0056-5.3393

#dff5fb color RGB value is (223,245,251).

#dff5fb hex color red value is 223, green value is 245 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dff5fb hue: 0.54 , saturation: 0.78 and the lightness value of dff5fb is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110101 11111011
Octal 337 365 373
Decimal 223 245 251
Hex DF F5 FB

RGB Percentages of Color #dff5fb

%31.02
%34.08
%34.91

CMYK Percentages of Color #dff5fb

%11
%2
%0
%2

Triadic Colors of #dff5fb

#dff5fb #fbdff5 #f5fbdf

Analogous Colors of #dff5fb

#dff5fb #dfe7fb #dffbf3

Monochromatic Colors of #dff5fb

#dff5fb

Complementary Color

#dff5fb #fbe5df

#dff5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff5fb Color CSS Codes

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

#dff5fb Text Font Color

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

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


#dff5fb Background Color

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

This div background color is #dff5fb


#dff5fb Border Color

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

This div border color is #dff5fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff5fb

#dff5fb Color Palettes


Comments

No comments written yet.

Please login to write comment.