Color Hex Logo

#f9eadd Color Hex

#F9EADD
(249,234,221)
0 Favorites   0 Comments

Color spaces of #f9eadd

RGB 249234221
HSL0.080.700.92
HSV28°11°98°
CMYK 0.000.060.11   0.02
XYZ81.540984.205880.3623
Yxy84.20580.33130.3421
Hunter Lab91.7637-1.972112.3112
CIE-Lab93.53982.94278.1190

#f9eadd color RGB value is (249,234,221).

#f9eadd hex color red value is 249, green value is 234 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f9eadd hue: 0.08 , saturation: 0.70 and the lightness value of f9eadd is 0.92.

The process color (four color CMYK) of #f9eadd color hex is 0.00, 0.06, 0.11, 0.02. Web safe color of #f9eadd is #ffffcc. Color #f9eadd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11101010 11011101
Octal 371 352 335
Decimal 249 234 221
Hex F9 EA DD

RGB Percentages of Color #f9eadd

%35.37
%33.24
%31.39

CMYK Percentages of Color #f9eadd

%0
%6
%11
%2

Triadic Colors of #f9eadd

#f9eadd #ddf9ea #eaddf9

Analogous Colors of #f9eadd

#f9eadd #f9f8dd #f9ddde

Monochromatic Colors of #f9eadd

#f9eadd

Complementary Color

#f9eadd #ddecf9

#f9eadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9eadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9eadd Color CSS Codes

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

#f9eadd Text Font Color

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

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


#f9eadd Background Color

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

This div background color is #f9eadd


#f9eadd Border Color

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

This div border color is #f9eadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9eadd


Comments

No comments written yet.

Please login to write comment.