Color Hex Logo

#fea057 Color Hex

#FEA057
(254,160,87)
0 Favorites   0 Comments

Color spaces of #fea057

RGB 25416087
HSL0.070.990.67
HSV26°66°100°
CMYK 0.000.370.66   0.00
XYZ55.164246.900615.1621
Yxy46.90060.47060.4001
Hunter Lab68.484023.935634.8122
CIE-Lab74.126128.595951.7255

#fea057 color RGB value is (254,160,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100000 01010111
Octal 376 240 127
Decimal 254 160 87
Hex FE A0 57

RGB Percentages of Color #fea057

%50.70
%31.94
%17.37

CMYK Percentages of Color #fea057

%0
%37
%66
%0

Triadic Colors of #fea057

#fea057 #57fea0 #a057fe

Analogous Colors of #fea057

#fea057 #fef457 #fe5762

Monochromatic Colors of #fea057

#fea057

Complementary Color

#fea057 #57b5fe

#fea057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea057 Color CSS Codes

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

#fea057 Text Font Color

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

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


#fea057 Background Color

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

This div background color is #fea057


#fea057 Border Color

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

This div border color is #fea057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea057

Related Colors


Comments

No comments written yet.

Please login to write comment.