Color Hex Logo

#f0effa Color Hex

#F0EFFA
(240,239,250)
1 Favorites   0 Comments

Color spaces of #f0effa

RGB 240239250
HSL0.680.520.96
HSV245°98°
CMYK 0.040.040.00   0.02
XYZ84.057087.1604102.8358
Yxy87.16040.30670.3180
Hunter Lab93.3597-2.66600.0438
CIE-Lab94.80632.3210-5.1814

#f0effa color RGB value is (240,239,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101111 11111010
Octal 360 357 372
Decimal 240 239 250
Hex F0 EF FA

RGB Percentages of Color #f0effa

%32.92
%32.78
%34.29

CMYK Percentages of Color #f0effa

%4
%4
%0
%2

Triadic Colors of #f0effa

#f0effa #faf0ef #effaf0

Analogous Colors of #f0effa

#f0effa #f6effa #eff4fa

Monochromatic Colors of #f0effa

#f0effa

Complementary Color

#f0effa #f9faef

#f0effa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0effa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0effa Color CSS Codes

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

#f0effa Text Font Color

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

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


#f0effa Background Color

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

This div background color is #f0effa


#f0effa Border Color

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

This div border color is #f0effa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,239,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f0effa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0effa


Comments

No comments written yet.

Please login to write comment.