Color Hex Logo

#f0dffb Color Hex

#F0DFFB
(240,223,251)
0 Favorites   0 Comments

Color spaces of #f0dffb

RGB 240223251
HSL0.770.780.93
HSV276°11°98°
CMYK 0.040.110.00   0.02
XYZ79.735478.2657102.1711
Yxy78.26570.30650.3008
Hunter Lab88.46796.0618-6.5462
CIE-Lab90.901010.7841-11.4909

#f0dffb color RGB value is (240,223,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011111 11111011
Octal 360 337 373
Decimal 240 223 251
Hex F0 DF FB

RGB Percentages of Color #f0dffb

%33.61
%31.23
%35.15

CMYK Percentages of Color #f0dffb

%4
%11
%0
%2

Triadic Colors of #f0dffb

#f0dffb #fbf0df #dffbf0

Analogous Colors of #f0dffb

#f0dffb #fbdff8 #e2dffb

Monochromatic Colors of #f0dffb

#f0dffb

Complementary Color

#f0dffb #eafbdf

#f0dffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0dffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0dffb Color CSS Codes

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

#f0dffb Text Font Color

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

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


#f0dffb Background Color

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

This div background color is #f0dffb


#f0dffb Border Color

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

This div border color is #f0dffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0dffb


Comments

No comments written yet.

Please login to write comment.