Color Hex Logo

#fee5ec Color Hex

#FEE5EC
(254,229,236)
0 Favorites   0 Comments

Color spaces of #fee5ec

RGB 254229236
HSL0.950.930.95
HSV343°10°100°
CMYK 0.000.100.07   0.00
XYZ84.032783.165690.9804
Yxy83.16560.32550.3221
Hunter Lab91.19524.88904.6863
CIE-Lab93.08699.6860-0.2953

#fee5ec color RGB value is (254,229,236).

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

The process color (four color CMYK) of #fee5ec color hex is 0.00, 0.10, 0.07, 0.00. Web safe color of #fee5ec is #ffccff. Color #fee5ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100101 11101100
Octal 376 345 354
Decimal 254 229 236
Hex FE E5 EC

RGB Percentages of Color #fee5ec

%35.33
%31.85
%32.82

CMYK Percentages of Color #fee5ec

%0
%10
%7
%0

Triadic Colors of #fee5ec

#fee5ec #ecfee5 #e5ecfe

Analogous Colors of #fee5ec

#fee5ec #feebe5 #fee5f9

Monochromatic Colors of #fee5ec

#fee5ec

Complementary Color

#fee5ec #e5fef7

#fee5ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee5ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee5ec Color CSS Codes

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

#fee5ec Text Font Color

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

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


#fee5ec Background Color

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

This div background color is #fee5ec


#fee5ec Border Color

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

This div border color is #fee5ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee5ec


Comments

No comments written yet.

Please login to write comment.