Color Hex Logo

#feae5a Color Hex

#FEAE5A
(254,174,90)
0 Favorites   0 Comments

Color spaces of #feae5a

RGB 25417490
HSL0.090.990.67
HSV31°65°100°
CMYK 0.000.310.65   0.00
XYZ57.854652.081116.6763
Yxy52.08110.45690.4113
Hunter Lab72.167216.806236.8164
CIE-Lab77.329321.462153.9062

#feae5a color RGB value is (254,174,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 01011010
Octal 376 256 132
Decimal 254 174 90
Hex FE AE 5A

RGB Percentages of Color #feae5a

%49.03
%33.59
%17.37

CMYK Percentages of Color #feae5a

%0
%31
%65
%0

Triadic Colors of #feae5a

#feae5a #5afeae #ae5afe

Analogous Colors of #feae5a

#feae5a #fcfe5a #fe5c5a

Monochromatic Colors of #feae5a

#feae5a

Complementary Color

#feae5a #5aaafe

#feae5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feae5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#feae5a Color CSS Codes

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

#feae5a Text Font Color

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

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


#feae5a Background Color

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

This div background color is #feae5a


#feae5a Border Color

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

This div border color is #feae5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feae5a


Comments

No comments written yet.

Please login to write comment.