Color Hex Logo

#feae9f Color Hex

#FEAE9F
(254,174,159)
0 Favorites   0 Comments

Color spaces of #feae9f

RGB 254174159
HSL0.030.980.81
HSV37°100°
CMYK 0.000.310.37   0.00
XYZ62.267153.846139.9124
Yxy53.84610.39910.3451
Hunter Lab73.379923.052819.1172
CIE-Lab78.371927.478119.5752

#feae9f color RGB value is (254,174,159).

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

The process color (four color CMYK) of #feae9f color hex is 0.00, 0.31, 0.37, 0.00. Web safe color of #feae9f is #ff9999. Color #feae9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 10011111
Octal 376 256 237
Decimal 254 174 159
Hex FE AE 9F

RGB Percentages of Color #feae9f

%43.27
%29.64
%27.09

CMYK Percentages of Color #feae9f

%0
%31
%37
%0

Triadic Colors of #feae9f

#feae9f #9ffeae #ae9ffe

Analogous Colors of #feae9f

#feae9f #fede9f #fe9fc0

Monochromatic Colors of #feae9f

#feae9f

Complementary Color

#feae9f #9feffe

#feae9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feae9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feae9f Color CSS Codes

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

#feae9f Text Font Color

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

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


#feae9f Background Color

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

This div background color is #feae9f


#feae9f Border Color

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

This div border color is #feae9f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,174,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 #feae9f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feae9f


Comments

No comments written yet.

Please login to write comment.