Color Hex Logo

#feaa5b Color Hex

#FEAA5B
(254,170,91)
0 Favorites   0 Comments

Color spaces of #feaa5b

RGB 25417091
HSL0.080.990.68
HSV29°64°100°
CMYK 0.000.330.64   0.00
XYZ57.136150.575616.6482
Yxy50.57560.45940.4067
Hunter Lab71.116518.955735.9019
CIE-Lab76.421223.614852.4006

#feaa5b color RGB value is (254,170,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 01011011
Octal 376 252 133
Decimal 254 170 91
Hex FE AA 5B

RGB Percentages of Color #feaa5b

%49.32
%33.01
%17.67

CMYK Percentages of Color #feaa5b

%0
%33
%64
%0

Triadic Colors of #feaa5b

#feaa5b #5bfeaa #aa5bfe

Analogous Colors of #feaa5b

#feaa5b #fefc5b #fe5b5d

Monochromatic Colors of #feaa5b

#feaa5b

Complementary Color

#feaa5b #5baffe

#feaa5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaa5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaa5b Color CSS Codes

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

#feaa5b Text Font Color

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

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


#feaa5b Background Color

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

This div background color is #feaa5b


#feaa5b Border Color

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

This div border color is #feaa5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaa5b

Related Colors


Comments

No comments written yet.

Please login to write comment.