Color Hex Logo

#f8efdd Color Hex

#F8EFDD
(248,239,221)
0 Favorites   0 Comments

Color spaces of #f8efdd

RGB 248239221
HSL0.110.660.92
HSV40°11°97°
CMYK 0.000.040.11   0.03
XYZ82.629086.909980.8269
Yxy86.90990.33000.3471
Hunter Lab93.2255-4.933813.8531
CIE-Lab94.70000.04579.7718

#f8efdd color RGB value is (248,239,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11101111 11011101
Octal 370 357 335
Decimal 248 239 221
Hex F8 EF DD

RGB Percentages of Color #f8efdd

%35.03
%33.76
%31.21

CMYK Percentages of Color #f8efdd

%0
%4
%11
%3

Triadic Colors of #f8efdd

#f8efdd #ddf8ef #efddf8

Analogous Colors of #f8efdd

#f8efdd #f4f8dd #f8e2dd

Monochromatic Colors of #f8efdd

#f8efdd

Complementary Color

#f8efdd #dde6f8

#f8efdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8efdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8efdd Color CSS Codes

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

#f8efdd Text Font Color

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

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


#f8efdd Background Color

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

This div background color is #f8efdd


#f8efdd Border Color

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

This div border color is #f8efdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8efdd

Related Colors


Comments

No comments written yet.

Please login to write comment.