Color Hex Logo

#fee9db Color Hex

#FEE9DB
(254,233,219)
0 Favorites   0 Comments

Color spaces of #fee9db

RGB 254233219
HSL0.070.950.93
HSV24°14°100°
CMYK 0.000.080.14   0.00
XYZ82.798184.463178.9569
Yxy84.46310.33630.3430
Hunter Lab91.9038-0.017213.3951
CIE-Lab93.65134.89169.3710

#fee9db color RGB value is (254,233,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101001 11011011
Octal 376 351 333
Decimal 254 233 219
Hex FE E9 DB

RGB Percentages of Color #fee9db

%35.98
%33.00
%31.02

CMYK Percentages of Color #fee9db

%0
%8
%14
%0

Triadic Colors of #fee9db

#fee9db #dbfee9 #e9dbfe

Analogous Colors of #fee9db

#fee9db #fefbdb #fedbdf

Monochromatic Colors of #fee9db

#fee9db

Complementary Color

#fee9db #dbf0fe

#fee9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee9db Color CSS Codes

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

#fee9db Text Font Color

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

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


#fee9db Background Color

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

This div background color is #fee9db


#fee9db Border Color

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

This div border color is #fee9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee9db


Comments

No comments written yet.

Please login to write comment.