Color Hex Logo

#fee9ea Color Hex

#FEE9EA
(254,233,234)
0 Favorites   0 Comments

Color spaces of #fee9ea

RGB 254233234
HSL0.990.910.95
HSV357°100°
CMYK 0.000.080.08   0.00
XYZ84.863285.289289.8316
Yxy85.28920.32640.3281
Hunter Lab92.35222.40896.9747
CIE-Lab94.00767.29322.0883

#fee9ea color RGB value is (254,233,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101001 11101010
Octal 376 351 352
Decimal 254 233 234
Hex FE E9 EA

RGB Percentages of Color #fee9ea

%35.23
%32.32
%32.45

CMYK Percentages of Color #fee9ea

%0
%8
%8
%0

Triadic Colors of #fee9ea

#fee9ea #eafee9 #e9eafe

Analogous Colors of #fee9ea

#fee9ea #fef3e9 #fee9f5

Monochromatic Colors of #fee9ea

#fee9ea

Complementary Color

#fee9ea #e9fefd

#fee9ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee9ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee9ea Color CSS Codes

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

#fee9ea Text Font Color

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

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


#fee9ea Background Color

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

This div background color is #fee9ea


#fee9ea Border Color

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

This div border color is #fee9ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee9ea

Related Colors


Comments

No comments written yet.

Please login to write comment.