Color Hex Logo

#f8effd Color Hex

#F8EFFD
(248,239,253)
0 Favorites   0 Comments

Color spaces of #f8effd

RGB 248239253
HSL0.770.780.96
HSV279°99°
CMYK 0.020.060.00   0.01
XYZ87.307588.7813105.4634
Yxy88.78130.31010.3153
Hunter Lab94.22380.5058-0.4058
CIE-Lab95.48895.4868-5.6616

#f8effd color RGB value is (248,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11101111 11111101
Octal 370 357 375
Decimal 248 239 253
Hex F8 EF FD

RGB Percentages of Color #f8effd

%33.51
%32.30
%34.19

CMYK Percentages of Color #f8effd

%2
%6
%0
%1

Triadic Colors of #f8effd

#f8effd #fdf8ef #effdf8

Analogous Colors of #f8effd

#f8effd #fdeffb #f1effd

Monochromatic Colors of #f8effd

#f8effd

Complementary Color

#f8effd #f4fdef

#f8effd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8effd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8effd Color CSS Codes

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

#f8effd Text Font Color

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

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


#f8effd Background Color

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

This div background color is #f8effd


#f8effd Border Color

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

This div border color is #f8effd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8effd

Related Colors


Comments

No comments written yet.

Please login to write comment.