Color Hex Logo

#f0eefa Color Hex

#F0EEFA
(240,238,250)
0 Favorites   0 Comments

Color spaces of #f0eefa

RGB 240238250
HSL0.690.550.96
HSV250°98°
CMYK 0.040.050.00   0.02
XYZ83.765086.5765102.7385
Yxy86.57650.30670.3170
Hunter Lab93.0465-2.1369-0.3333
CIE-Lab94.55832.8336-5.5470

#f0eefa color RGB value is (240,238,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101110 11111010
Octal 360 356 372
Decimal 240 238 250
Hex F0 EE FA

RGB Percentages of Color #f0eefa

%32.97
%32.69
%34.34

CMYK Percentages of Color #f0eefa

%4
%5
%0
%2

Triadic Colors of #f0eefa

#f0eefa #faf0ee #eefaf0

Analogous Colors of #f0eefa

#f0eefa #f6eefa #eef2fa

Monochromatic Colors of #f0eefa

#f0eefa

Complementary Color

#f0eefa #f8faee

#f0eefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0eefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0eefa Color CSS Codes

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

#f0eefa Text Font Color

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

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


#f0eefa Background Color

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

This div background color is #f0eefa


#f0eefa Border Color

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

This div border color is #f0eefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0eefa

Related Colors


Comments

No comments written yet.

Please login to write comment.