Color Hex Logo

#feea9f Color Hex

#FEEA9F
(254,234,159)
0 Favorites   0 Comments

Color spaces of #feea9f

RGB 254234159
HSL0.130.980.81
HSV47°37°100°
CMYK 0.000.080.37   0.00
XYZ76.553982.419744.6747
Yxy82.41970.37590.4047
Hunter Lab90.7853-8.355734.3736
CIE-Lab92.7598-3.585138.9015

#feea9f color RGB value is (254,234,159).

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

The process color (four color CMYK) of #feea9f color hex is 0.00, 0.08, 0.37, 0.00. Web safe color of #feea9f is #ffff99. Color #feea9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 10011111
Octal 376 352 237
Decimal 254 234 159
Hex FE EA 9F

RGB Percentages of Color #feea9f

%39.26
%36.17
%24.57

CMYK Percentages of Color #feea9f

%0
%8
%37
%0

Triadic Colors of #feea9f

#feea9f #9ffeea #ea9ffe

Analogous Colors of #feea9f

#feea9f #e3fe9f #febb9f

Monochromatic Colors of #feea9f

#feea9f

Complementary Color

#feea9f #9fb3fe

#feea9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feea9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feea9f Color CSS Codes

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

#feea9f Text Font Color

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

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


#feea9f Background Color

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

This div background color is #feea9f


#feea9f Border Color

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

This div border color is #feea9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feea9f


Comments

No comments written yet.

Please login to write comment.