Color Hex Logo

#f0effd Color Hex

#F0EFFD
(240,239,253)
0 Favorites   0 Comments

Color spaces of #f0effd

RGB 240239253
HSL0.680.780.96
HSV244°99°
CMYK 0.050.060.00   0.01
XYZ84.531387.3501105.3335
Yxy87.35010.30490.3151
Hunter Lab93.4613-2.1124-1.3986
CIE-Lab94.88662.8758-6.6188

#f0effd color RGB value is (240,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101111 11111101
Octal 360 357 375
Decimal 240 239 253
Hex F0 EF FD

RGB Percentages of Color #f0effd

%32.79
%32.65
%34.56

CMYK Percentages of Color #f0effd

%5
%6
%0
%1

Triadic Colors of #f0effd

#f0effd #fdf0ef #effdf0

Analogous Colors of #f0effd

#f0effd #f7effd #eff5fd

Monochromatic Colors of #f0effd

#f0effd

Complementary Color

#f0effd #fcfdef

#f0effd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0effd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0effd Color CSS Codes

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

#f0effd Text Font Color

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

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


#f0effd Background Color

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

This div background color is #f0effd


#f0effd Border Color

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

This div border color is #f0effd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0effd


Comments

No comments written yet.

Please login to write comment.