Color Hex Logo

#dffafb Color Hex

#DFFAFB
(223,250,251)
0 Favorites   0 Comments

Color spaces of #dffafb

RGB 223250251
HSL0.510.780.93
HSV182°11°98°
CMYK 0.110.000.00   0.02
XYZ82.029691.0242104.5128
Yxy91.02420.29550.3279
Hunter Lab95.4066-13.48911.8356
CIE-Lab96.4200-8.5247-3.4600

#dffafb color RGB value is (223,250,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 11111011
Octal 337 372 373
Decimal 223 250 251
Hex DF FA FB

RGB Percentages of Color #dffafb

%30.80
%34.53
%34.67

CMYK Percentages of Color #dffafb

%11
%0
%0
%2

Triadic Colors of #dffafb

#dffafb #fbdffa #fafbdf

Analogous Colors of #dffafb

#dffafb #dfecfb #dffbee

Monochromatic Colors of #dffafb

#dffafb

Complementary Color

#dffafb #fbe0df

#dffafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffafb Color CSS Codes

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

#dffafb Text Font Color

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

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


#dffafb Background Color

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

This div background color is #dffafb


#dffafb Border Color

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

This div border color is #dffafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffafb

Related Colors


Comments

No comments written yet.

Please login to write comment.