Color Hex Logo

#f8eafc Color Hex

#F8EAFC
(248,234,252)
0 Favorites   0 Comments

Color spaces of #f8eafc

RGB 248234252
HSL0.800.750.95
HSV287°99°
CMYK 0.020.070.00   0.01
XYZ85.704985.8304104.1452
Yxy85.83040.31090.3113
Hunter Lab92.64473.0008-1.7987
CIE-Lab94.23987.8789-6.9874

#f8eafc color RGB value is (248,234,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11101010 11111100
Octal 370 352 374
Decimal 248 234 252
Hex F8 EA FC

RGB Percentages of Color #f8eafc

%33.79
%31.88
%34.33

CMYK Percentages of Color #f8eafc

%2
%7
%0
%1

Triadic Colors of #f8eafc

#f8eafc #fcf8ea #eafcf8

Analogous Colors of #f8eafc

#f8eafc #fceaf7 #efeafc

Monochromatic Colors of #f8eafc

#f8eafc

Complementary Color

#f8eafc #eefcea

#f8eafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8eafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8eafc Color CSS Codes

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

#f8eafc Text Font Color

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

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


#f8eafc Background Color

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

This div background color is #f8eafc


#f8eafc Border Color

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

This div border color is #f8eafc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,234,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8eafc


Comments

No comments written yet.

Please login to write comment.