Color Hex Logo

#f8eedb Color Hex

#F8EEDB
(248,238,219)
0 Favorites   0 Comments

Color spaces of #f8eedb

RGB 248238219
HSL0.110.670.92
HSV39°12°97°
CMYK 0.000.040.12   0.03
XYZ82.072186.220079.3343
Yxy86.22000.33140.3482
Hunter Lab92.8547-4.723814.3414
CIE-Lab94.40630.237210.3871

#f8eedb color RGB value is (248,238,219).

#f8eedb hex color red value is 248, green value is 238 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f8eedb hue: 0.11 , saturation: 0.67 and the lightness value of f8eedb is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11101110 11011011
Octal 370 356 333
Decimal 248 238 219
Hex F8 EE DB

RGB Percentages of Color #f8eedb

%35.18
%33.76
%31.06

CMYK Percentages of Color #f8eedb

%0
%4
%12
%3

Triadic Colors of #f8eedb

#f8eedb #dbf8ee #eedbf8

Analogous Colors of #f8eedb

#f8eedb #f4f8db #f8e0db

Monochromatic Colors of #f8eedb

#f8eedb

Complementary Color

#f8eedb #dbe5f8

#f8eedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8eedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8eedb Color CSS Codes

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

#f8eedb Text Font Color

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

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


#f8eedb Background Color

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

This div background color is #f8eedb


#f8eedb Border Color

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

This div border color is #f8eedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8eedb


Comments

No comments written yet.

Please login to write comment.