Color Hex Logo

#fee1bb Color Hex

#FEE1BB
(254,225,187)
0 Favorites   0 Comments

Color spaces of #fee1bb

RGB 254225187
HSL0.090.970.86
HSV34°26°100°
CMYK 0.000.110.26   0.00
XYZ76.767978.509158.1214
Yxy78.50910.35970.3679
Hunter Lab88.6054-0.406523.1320
CIE-Lab91.01174.382822.2639

#fee1bb color RGB value is (254,225,187).

#fee1bb hex color red value is 254, green value is 225 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fee1bb hue: 0.09 , saturation: 0.97 and the lightness value of fee1bb is 0.86.

The process color (four color CMYK) of #fee1bb color hex is 0.00, 0.11, 0.26, 0.00. Web safe color of #fee1bb is #ffcccc. Color #fee1bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 10111011
Octal 376 341 273
Decimal 254 225 187
Hex FE E1 BB

RGB Percentages of Color #fee1bb

%38.14
%33.78
%28.08

CMYK Percentages of Color #fee1bb

%0
%11
%26
%0

Triadic Colors of #fee1bb

#fee1bb #bbfee1 #e1bbfe

Analogous Colors of #fee1bb

#fee1bb #fafebb #fec0bb

Monochromatic Colors of #fee1bb

#fee1bb

Complementary Color

#fee1bb #bbd8fe

#fee1bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee1bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee1bb Color CSS Codes

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

#fee1bb Text Font Color

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

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


#fee1bb Background Color

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

This div background color is #fee1bb


#fee1bb Border Color

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

This div border color is #fee1bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee1bb


Comments

No comments written yet.

Please login to write comment.