Color Hex Logo

#f0defb Color Hex

#F0DEFB
(240,222,251)
0 Favorites   0 Comments

Color spaces of #f0defb

RGB 240222251
HSL0.770.780.93
HSV277°12°98°
CMYK 0.040.120.00   0.02
XYZ79.469077.7329102.0823
Yxy77.73290.30650.2998
Hunter Lab88.16636.6007-6.9319
CIE-Lab90.657911.3063-11.8534

#f0defb color RGB value is (240,222,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011110 11111011
Octal 360 336 373
Decimal 240 222 251
Hex F0 DE FB

RGB Percentages of Color #f0defb

%33.66
%31.14
%35.20

CMYK Percentages of Color #f0defb

%4
%12
%0
%2

Triadic Colors of #f0defb

#f0defb #fbf0de #defbf0

Analogous Colors of #f0defb

#f0defb #fbdef8 #e2defb

Monochromatic Colors of #f0defb

#f0defb

Complementary Color

#f0defb #e9fbde

#f0defb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0defb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0defb Color CSS Codes

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

#f0defb Text Font Color

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

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


#f0defb Background Color

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

This div background color is #f0defb


#f0defb Border Color

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

This div border color is #f0defb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0defb

Related Colors


Comments

No comments written yet.

Please login to write comment.