Color Hex Logo

#feaa5a Color Hex

#FEAA5A
(254,170,90)
0 Favorites   0 Comments

Color spaces of #feaa5a

RGB 25417090
HSL0.080.990.67
HSV29°65°100°
CMYK 0.000.330.65   0.00
XYZ57.093250.558516.4225
Yxy50.55850.46020.4075
Hunter Lab71.104518.893336.0794
CIE-Lab76.410823.554152.8682

#feaa5a color RGB value is (254,170,90).

#feaa5a hex color red value is 254, green value is 170 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #feaa5a hue: 0.08 , saturation: 0.99 and the lightness value of feaa5a is 0.67.

The process color (four color CMYK) of #feaa5a color hex is 0.00, 0.33, 0.65, 0.00. Web safe color of #feaa5a is #ff9966. Color #feaa5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 01011010
Octal 376 252 132
Decimal 254 170 90
Hex FE AA 5A

RGB Percentages of Color #feaa5a

%49.42
%33.07
%17.51

CMYK Percentages of Color #feaa5a

%0
%33
%65
%0

Triadic Colors of #feaa5a

#feaa5a #5afeaa #aa5afe

Analogous Colors of #feaa5a

#feaa5a #fefc5a #fe5a5c

Monochromatic Colors of #feaa5a

#feaa5a

Complementary Color

#feaa5a #5aaefe

#feaa5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaa5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaa5a Color CSS Codes

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

#feaa5a Text Font Color

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

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


#feaa5a Background Color

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

This div background color is #feaa5a


#feaa5a Border Color

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

This div border color is #feaa5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaa5a


Comments

No comments written yet.

Please login to write comment.