Color Hex Logo

#fee891 Color Hex

#FEE891
(254,232,145)
0 Favorites   0 Comments

Color spaces of #fee891

RGB 254232145
HSL0.130.980.78
HSV48°43°100°
CMYK 0.000.090.43   0.00
XYZ74.840580.828438.4450
Yxy80.82840.38550.4164
Hunter Lab89.9046-8.741937.5796
CIE-Lab92.0553-4.045444.9433

#fee891 color RGB value is (254,232,145).

#fee891 hex color red value is 254, green value is 232 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #fee891 hue: 0.13 , saturation: 0.98 and the lightness value of fee891 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101000 10010001
Octal 376 350 221
Decimal 254 232 145
Hex FE E8 91

RGB Percentages of Color #fee891

%40.25
%36.77
%22.98

CMYK Percentages of Color #fee891

%0
%9
%43
%0

Triadic Colors of #fee891

#fee891 #91fee8 #e891fe

Analogous Colors of #fee891

#fee891 #defe91 #feb291

Monochromatic Colors of #fee891

#fee891

Complementary Color

#fee891 #91a7fe

#fee891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee891 Color CSS Codes

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

#fee891 Text Font Color

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

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


#fee891 Background Color

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

This div background color is #fee891


#fee891 Border Color

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

This div border color is #fee891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee891

Related Colors


Comments

No comments written yet.

Please login to write comment.