Color Hex Logo

#fee9d9 Color Hex

#FEE9D9
(254,233,217)
0 Favorites   0 Comments

Color spaces of #fee9d9

RGB 254233217
HSL0.070.950.92
HSV26°15°100°
CMYK 0.000.080.15   0.00
XYZ82.536384.358477.5783
Yxy84.35840.33760.3451
Hunter Lab91.8468-0.326514.2136
CIE-Lab93.60594.583110.3448

#fee9d9 color RGB value is (254,233,217).

#fee9d9 hex color red value is 254, green value is 233 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #fee9d9 hue: 0.07 , saturation: 0.95 and the lightness value of fee9d9 is 0.92.

The process color (four color CMYK) of #fee9d9 color hex is 0.00, 0.08, 0.15, 0.00. Web safe color of #fee9d9 is #ffffcc. Color #fee9d9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101001 11011001
Octal 376 351 331
Decimal 254 233 217
Hex FE E9 D9

RGB Percentages of Color #fee9d9

%36.08
%33.10
%30.82

CMYK Percentages of Color #fee9d9

%0
%8
%15
%0

Triadic Colors of #fee9d9

#fee9d9 #d9fee9 #e9d9fe

Analogous Colors of #fee9d9

#fee9d9 #fefcd9 #fed9dc

Monochromatic Colors of #fee9d9

#fee9d9

Complementary Color

#fee9d9 #d9eefe

#fee9d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee9d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee9d9 Color CSS Codes

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

#fee9d9 Text Font Color

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

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


#fee9d9 Background Color

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

This div background color is #fee9d9


#fee9d9 Border Color

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

This div border color is #fee9d9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,233,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fee9d9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fee9d9;
  -webkit-box-shadow: 1px 1px 3px 2px #fee9d9;
  box-shadow:         1px 1px 3px 2px #fee9d9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee9d9

Related Colors

#fee9d9 Color Palettes


Comments

No comments written yet.

Please login to write comment.