Color Hex Logo

#f8efef Color Hex

#F8EFEF
(248,239,239)
0 Favorites   0 Comments

Color spaces of #f8efef

RGB 248239239
HSL0.000.390.95
HSV97°
CMYK 0.000.040.04   0.03
XYZ85.157987.921594.1436
Yxy87.92150.31870.3290
Hunter Lab93.7665-1.97916.1081
CIE-Lab95.12793.02101.0653

#f8efef color RGB value is (248,239,239).

#f8efef hex color red value is 248, green value is 239 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f8efef hue: 0.00 , saturation: 0.39 and the lightness value of f8efef is 0.95.

The process color (four color CMYK) of #f8efef color hex is 0.00, 0.04, 0.04, 0.03. Web safe color of #f8efef is #ffffff. Color #f8efef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 11101111 11101111
Octal 370 357 357
Decimal 248 239 239
Hex F8 EF EF

RGB Percentages of Color #f8efef

%34.16
%32.92
%32.92

CMYK Percentages of Color #f8efef

%0
%4
%4
%3

Triadic Colors of #f8efef

#f8efef #eff8ef #efeff8

Analogous Colors of #f8efef

#f8efef #f8f4ef #f8eff4

Monochromatic Colors of #f8efef

#f8efef

Complementary Color

#f8efef #eff8f8

#f8efef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8efef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8efef Color CSS Codes

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

#f8efef Text Font Color

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

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


#f8efef Background Color

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

This div background color is #f8efef


#f8efef Border Color

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

This div border color is #f8efef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8efef

#f8efef Color Palettes


Comments

No comments written yet.

Please login to write comment.