Color Hex Logo

#fee8b1 Color Hex

#FEE8B1
(254,232,177)
0 Favorites   0 Comments

Color spaces of #fee8b1

RGB 254232177
HSL0.120.970.85
HSV43°30°100°
CMYK 0.000.090.30   0.00
XYZ77.665581.958453.3211
Yxy81.95840.36470.3849
Hunter Lab90.5309-5.295728.4508
CIE-Lab92.5565-0.468029.5228

#fee8b1 color RGB value is (254,232,177).

#fee8b1 hex color red value is 254, green value is 232 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #fee8b1 hue: 0.12 , saturation: 0.97 and the lightness value of fee8b1 is 0.85.

The process color (four color CMYK) of #fee8b1 color hex is 0.00, 0.09, 0.30, 0.00. Web safe color of #fee8b1 is #ffff99. Color #fee8b1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101000 10110001
Octal 376 350 261
Decimal 254 232 177
Hex FE E8 B1

RGB Percentages of Color #fee8b1

%38.31
%34.99
%26.70

CMYK Percentages of Color #fee8b1

%0
%9
%30
%0

Triadic Colors of #fee8b1

#fee8b1 #b1fee8 #e8b1fe

Analogous Colors of #fee8b1

#fee8b1 #eefeb1 #fec2b1

Monochromatic Colors of #fee8b1

#fee8b1

Complementary Color

#fee8b1 #b1c7fe

#fee8b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee8b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee8b1 Color CSS Codes

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

#fee8b1 Text Font Color

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

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


#fee8b1 Background Color

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

This div background color is #fee8b1


#fee8b1 Border Color

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

This div border color is #fee8b1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee8b1

Related Colors


Comments

No comments written yet.

Please login to write comment.