Color Hex Logo

#fee7ea Color Hex

#FEE7EA
(254,231,234)
0 Favorites   0 Comments

Color spaces of #fee7ea

RGB 254231234
HSL0.980.920.95
HSV352°100°
CMYK 0.000.090.08   0.00
XYZ84.300284.163289.6439
Yxy84.16320.32660.3261
Hunter Lab91.74053.47756.2833
CIE-Lab93.52138.32201.3807

#fee7ea color RGB value is (254,231,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100111 11101010
Octal 376 347 352
Decimal 254 231 234
Hex FE E7 EA

RGB Percentages of Color #fee7ea

%35.33
%32.13
%32.55

CMYK Percentages of Color #fee7ea

%0
%9
%8
%0

Triadic Colors of #fee7ea

#fee7ea #eafee7 #e7eafe

Analogous Colors of #fee7ea

#fee7ea #fef0e7 #fee7f6

Monochromatic Colors of #fee7ea

#fee7ea

Complementary Color

#fee7ea #e7fefb

#fee7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee7ea Color CSS Codes

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

#fee7ea Text Font Color

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

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


#fee7ea Background Color

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

This div background color is #fee7ea


#fee7ea Border Color

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

This div border color is #fee7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee7ea


Comments

No comments written yet.

Please login to write comment.