Color Hex Logo

#f8eefc Color Hex

#F8EEFC
(248,238,252)
0 Favorites   0 Comments

Color spaces of #f8eefc

RGB 248238252
HSL0.790.700.96
HSV283°99°
CMYK 0.020.060.00   0.01
XYZ86.856688.1338104.5292
Yxy88.13380.31070.3153
Hunter Lab93.87960.8574-0.3001
CIE-Lab95.21735.8198-5.5440

#f8eefc color RGB value is (248,238,252).

#f8eefc hex color red value is 248, green value is 238 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f8eefc hue: 0.79 , saturation: 0.70 and the lightness value of f8eefc is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11101110 11111100
Octal 370 356 374
Decimal 248 238 252
Hex F8 EE FC

RGB Percentages of Color #f8eefc

%33.60
%32.25
%34.15

CMYK Percentages of Color #f8eefc

%2
%6
%0
%1

Triadic Colors of #f8eefc

#f8eefc #fcf8ee #eefcf8

Analogous Colors of #f8eefc

#f8eefc #fceef9 #f1eefc

Monochromatic Colors of #f8eefc

#f8eefc

Complementary Color

#f8eefc #f2fcee

#f8eefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8eefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8eefc Color CSS Codes

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

#f8eefc Text Font Color

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

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


#f8eefc Background Color

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

This div background color is #f8eefc


#f8eefc Border Color

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

This div border color is #f8eefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8eefc

Related Colors

#f8eefc Color Palettes


Comments

No comments written yet.

Please login to write comment.