Color Hex Logo

#f0efff Color Hex

#F0EFFF
(240,239,255)
0 Favorites   0 Comments

Color spaces of #f0efff

RGB 240239255
HSL0.681.000.97
HSV244°100°
CMYK 0.060.060.00   0.00
XYZ84.851787.4783107.0206
Yxy87.47830.30370.3131
Hunter Lab93.5298-1.7393-2.3711
CIE-Lab94.94083.2488-7.5758

#f0efff color RGB value is (240,239,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101111 11111111
Octal 360 357 377
Decimal 240 239 255
Hex F0 EF FF

RGB Percentages of Color #f0efff

%32.70
%32.56
%34.74

CMYK Percentages of Color #f0efff

%6
%6
%0
%0

Triadic Colors of #f0efff

#f0efff #fff0ef #effff0

Analogous Colors of #f0efff

#f0efff #f8efff #eff6ff

Monochromatic Colors of #f0efff

#f0efff

Complementary Color

#f0efff #feffef

#f0efff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0efff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0efff Color CSS Codes

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

#f0efff Text Font Color

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

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


#f0efff Background Color

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

This div background color is #f0efff


#f0efff Border Color

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

This div border color is #f0efff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0efff

#f0efff Color Palettes


Comments

No comments written yet.

Please login to write comment.