Color Hex Logo

#feaa5e Color Hex

#FEAA5E
(254,170,94)
0 Favorites   0 Comments

Color spaces of #feaa5e

RGB 25417094
HSL0.080.990.68
HSV29°63°100°
CMYK 0.000.330.63   0.00
XYZ57.268250.628417.3436
Yxy50.62840.45730.4043
Hunter Lab71.153619.147435.3557
CIE-Lab76.453423.801250.9873

#feaa5e color RGB value is (254,170,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 01011110
Octal 376 252 136
Decimal 254 170 94
Hex FE AA 5E

RGB Percentages of Color #feaa5e

%49.03
%32.82
%18.15

CMYK Percentages of Color #feaa5e

%0
%33
%63
%0

Triadic Colors of #feaa5e

#feaa5e #5efeaa #aa5efe

Analogous Colors of #feaa5e

#feaa5e #fefa5e #fe5e62

Monochromatic Colors of #feaa5e

#feaa5e

Complementary Color

#feaa5e #5eb2fe

#feaa5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaa5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaa5e Color CSS Codes

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

#feaa5e Text Font Color

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

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


#feaa5e Background Color

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

This div background color is #feaa5e


#feaa5e Border Color

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

This div border color is #feaa5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaa5e


Comments

No comments written yet.

Please login to write comment.