Color Hex Logo

#fee9dc Color Hex

#FEE9DC
(254,233,220)
0 Favorites   0 Comments

Color spaces of #fee9dc

RGB 254233220
HSL0.060.940.93
HSV23°13°100°
CMYK 0.000.080.13   0.00
XYZ82.930284.516079.6525
Yxy84.51600.33560.3420
Hunter Lab91.93260.138612.9826
CIE-Lab93.67425.04678.8844

#fee9dc color RGB value is (254,233,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101001 11011100
Octal 376 351 334
Decimal 254 233 220
Hex FE E9 DC

RGB Percentages of Color #fee9dc

%35.93
%32.96
%31.12

CMYK Percentages of Color #fee9dc

%0
%8
%13
%0

Triadic Colors of #fee9dc

#fee9dc #dcfee9 #e9dcfe

Analogous Colors of #fee9dc

#fee9dc #fefadc #fedce0

Monochromatic Colors of #fee9dc

#fee9dc

Complementary Color

#fee9dc #dcf1fe

#fee9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee9dc Color CSS Codes

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

#fee9dc Text Font Color

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

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


#fee9dc Background Color

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

This div background color is #fee9dc


#fee9dc Border Color

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

This div border color is #fee9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee9dc


Comments

No comments written yet.

Please login to write comment.