Color Hex Logo

#fea957 Color Hex

#FEA957
(254,169,87)
0 Favorites   0 Comments

Color spaces of #fea957

RGB 25416987
HSL0.080.990.67
HSV29°66°100°
CMYK 0.000.330.66   0.00
XYZ56.781350.134915.7011
Yxy50.13490.46310.4089
Hunter Lab70.806019.233636.4168
CIE-Lab76.152023.900054.0042

#fea957 color RGB value is (254,169,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 01010111
Octal 376 251 127
Decimal 254 169 87
Hex FE A9 57

RGB Percentages of Color #fea957

%49.80
%33.14
%17.06

CMYK Percentages of Color #fea957

%0
%33
%66
%0

Triadic Colors of #fea957

#fea957 #57fea9 #a957fe

Analogous Colors of #fea957

#fea957 #fefd57 #fe5758

Monochromatic Colors of #fea957

#fea957

Complementary Color

#fea957 #57acfe

#fea957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea957 Color CSS Codes

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

#fea957 Text Font Color

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

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


#fea957 Background Color

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

This div background color is #fea957


#fea957 Border Color

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

This div border color is #fea957


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea957

Related Colors


Comments

No comments written yet.

Please login to write comment.