Color Hex Logo

#f0effb Color Hex

#F0EFFB
(240,239,251)
0 Favorites   0 Comments

Color spaces of #f0effb

RGB 240239251
HSL0.680.600.96
HSV245°98°
CMYK 0.040.050.00   0.02
XYZ84.214387.2233103.6640
Yxy87.22330.30610.3171
Hunter Lab93.3934-2.4822-0.4348
CIE-Lab94.83292.5054-5.6608

#f0effb color RGB value is (240,239,251).

#f0effb hex color red value is 240, green value is 239 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f0effb hue: 0.68 , saturation: 0.60 and the lightness value of f0effb is 0.96.

The process color (four color CMYK) of #f0effb color hex is 0.04, 0.05, 0.00, 0.02. Web safe color of #f0effb is #ffffff. Color #f0effb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101111 11111011
Octal 360 357 373
Decimal 240 239 251
Hex F0 EF FB

RGB Percentages of Color #f0effb

%32.88
%32.74
%34.38

CMYK Percentages of Color #f0effb

%4
%5
%0
%2

Triadic Colors of #f0effb

#f0effb #fbf0ef #effbf0

Analogous Colors of #f0effb

#f0effb #f6effb #eff4fb

Monochromatic Colors of #f0effb

#f0effb

Complementary Color

#f0effb #fafbef

#f0effb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0effb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0effb Color CSS Codes

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

#f0effb Text Font Color

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

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


#f0effb Background Color

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

This div background color is #f0effb


#f0effb Border Color

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

This div border color is #f0effb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0effb


Comments

No comments written yet.

Please login to write comment.