Color Hex Logo

#fea457 Color Hex

#FEA457
(254,164,87)
0 Favorites   0 Comments

Color spaces of #fea457

RGB 25416487
HSL0.080.990.67
HSV28°66°100°
CMYK 0.000.350.66   0.00
XYZ55.868848.309915.3970
Yxy48.30990.46720.4040
Hunter Lab69.505321.845135.5197
CIE-Lab75.020026.511452.7340

#fea457 color RGB value is (254,164,87).

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

The process color (four color CMYK) of #fea457 color hex is 0.00, 0.35, 0.66, 0.00. Web safe color of #fea457 is #ff9966. Color #fea457 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100100 01010111
Octal 376 244 127
Decimal 254 164 87
Hex FE A4 57

RGB Percentages of Color #fea457

%50.30
%32.48
%17.23

CMYK Percentages of Color #fea457

%0
%35
%66
%0

Triadic Colors of #fea457

#fea457 #57fea4 #a457fe

Analogous Colors of #fea457

#fea457 #fef857 #fe575e

Monochromatic Colors of #fea457

#fea457

Complementary Color

#fea457 #57b1fe

#fea457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea457 Color CSS Codes

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

#fea457 Text Font Color

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

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


#fea457 Background Color

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

This div background color is #fea457


#fea457 Border Color

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

This div border color is #fea457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea457

Related Colors

#fea457 Color Palettes


Comments

No comments written yet.

Please login to write comment.