Color Hex Logo

#dff9fb Color Hex

#DFF9FB
(223,249,251)
0 Favorites   0 Comments

Color spaces of #dff9fb

RGB 223249251
HSL0.510.780.93
HSV184°11°98°
CMYK 0.110.010.00   0.02
XYZ81.719790.4044104.4095
Yxy90.40440.29550.3269
Hunter Lab95.0812-12.97631.4500
CIE-Lab96.1643-8.0226-3.8359

#dff9fb color RGB value is (223,249,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111001 11111011
Octal 337 371 373
Decimal 223 249 251
Hex DF F9 FB

RGB Percentages of Color #dff9fb

%30.84
%34.44
%34.72

CMYK Percentages of Color #dff9fb

%11
%1
%0
%2

Triadic Colors of #dff9fb

#dff9fb #fbdff9 #f9fbdf

Analogous Colors of #dff9fb

#dff9fb #dfebfb #dffbef

Monochromatic Colors of #dff9fb

#dff9fb

Complementary Color

#dff9fb #fbe1df

#dff9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff9fb Color CSS Codes

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

#dff9fb Text Font Color

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

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


#dff9fb Background Color

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

This div background color is #dff9fb


#dff9fb Border Color

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

This div border color is #dff9fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff9fb

Related Colors


Comments

No comments written yet.

Please login to write comment.