Color Hex Logo

#f8eafd Color Hex

#F8EAFD
(248,234,253)
0 Favorites   0 Comments

Color spaces of #f8eafd

RGB 248234253
HSL0.790.830.95
HSV284°99°
CMYK 0.020.080.00   0.01
XYZ85.863885.8939104.9822
Yxy85.89390.31030.3104
Hunter Lab92.67903.1858-2.2855
CIE-Lab94.26708.0601-7.4671

#f8eafd color RGB value is (248,234,253).

#f8eafd hex color red value is 248, green value is 234 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f8eafd hue: 0.79 , saturation: 0.83 and the lightness value of f8eafd is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11101010 11111101
Octal 370 352 375
Decimal 248 234 253
Hex F8 EA FD

RGB Percentages of Color #f8eafd

%33.74
%31.84
%34.42

CMYK Percentages of Color #f8eafd

%2
%8
%0
%1

Triadic Colors of #f8eafd

#f8eafd #fdf8ea #eafdf8

Analogous Colors of #f8eafd

#f8eafd #fdeaf9 #efeafd

Monochromatic Colors of #f8eafd

#f8eafd

Complementary Color

#f8eafd #effdea

#f8eafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8eafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8eafd Color CSS Codes

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

#f8eafd Text Font Color

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

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


#f8eafd Background Color

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

This div background color is #f8eafd


#f8eafd Border Color

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

This div border color is #f8eafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8eafd

Related Colors


Comments

No comments written yet.

Please login to write comment.