Color Hex Logo

#fea257 Color Hex

#FEA257
(254,162,87)
0 Favorites   0 Comments

Color spaces of #fea257

RGB 25416287
HSL0.070.990.67
HSV27°66°100°
CMYK 0.000.360.66   0.00
XYZ55.513747.599615.2786
Yxy47.59960.46890.4021
Hunter Lab68.992522.890435.1648
CIE-Lab74.571727.554452.2288

#fea257 color RGB value is (254,162,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100010 01010111
Octal 376 242 127
Decimal 254 162 87
Hex FE A2 57

RGB Percentages of Color #fea257

%50.50
%32.21
%17.30

CMYK Percentages of Color #fea257

%0
%36
%66
%0

Triadic Colors of #fea257

#fea257 #57fea2 #a257fe

Analogous Colors of #fea257

#fea257 #fef657 #fe575f

Monochromatic Colors of #fea257

#fea257

Complementary Color

#fea257 #57b3fe

#fea257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea257 Color CSS Codes

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

#fea257 Text Font Color

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

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


#fea257 Background Color

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

This div background color is #fea257


#fea257 Border Color

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

This div border color is #fea257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea257


Comments

No comments written yet.

Please login to write comment.