Color Hex Logo

#feaa9e Color Hex

#FEAA9E
(254,170,158)
0 Favorites   0 Comments

Color spaces of #feaa9e

RGB 254170158
HSL0.020.980.81
HSV38°100°
CMYK 0.000.330.38   0.00
XYZ61.419352.288939.2034
Yxy52.28890.40170.3420
Hunter Lab72.311125.069318.4737
CIE-Lab77.453329.457918.8439

#feaa9e color RGB value is (254,170,158).

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

The process color (four color CMYK) of #feaa9e color hex is 0.00, 0.33, 0.38, 0.00. Web safe color of #feaa9e is #ff9999. Color #feaa9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 10011110
Octal 376 252 236
Decimal 254 170 158
Hex FE AA 9E

RGB Percentages of Color #feaa9e

%43.64
%29.21
%27.15

CMYK Percentages of Color #feaa9e

%0
%33
%38
%0

Triadic Colors of #feaa9e

#feaa9e #9efeaa #aa9efe

Analogous Colors of #feaa9e

#feaa9e #feda9e #fe9ec2

Monochromatic Colors of #feaa9e

#feaa9e

Complementary Color

#feaa9e #9ef2fe

#feaa9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaa9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaa9e Color CSS Codes

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

#feaa9e Text Font Color

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

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


#feaa9e Background Color

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

This div background color is #feaa9e


#feaa9e Border Color

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

This div border color is #feaa9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaa9e

Related Colors


Comments

No comments written yet.

Please login to write comment.