Color Hex Logo

#fec57a Color Hex

#FEC57A
(254,197,122)
0 Favorites   0 Comments

Color spaces of #fec57a

RGB 254197122
HSL0.090.990.74
HSV34°52°100°
CMYK 0.000.220.52   0.00
XYZ64.352262.408527.0667
Yxy62.40850.41830.4057
Hunter Lab78.99917.156834.9854
CIE-Lab83.130211.762445.1601

#fec57a color RGB value is (254,197,122).

#fec57a hex color red value is 254, green value is 197 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fec57a hue: 0.09 , saturation: 0.99 and the lightness value of fec57a is 0.74.

The process color (four color CMYK) of #fec57a color hex is 0.00, 0.22, 0.52, 0.00. Web safe color of #fec57a is #ffcc66. Color #fec57a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000101 01111010
Octal 376 305 172
Decimal 254 197 122
Hex FE C5 7A

RGB Percentages of Color #fec57a

%44.33
%34.38
%21.29

CMYK Percentages of Color #fec57a

%0
%22
%52
%0

Triadic Colors of #fec57a

#fec57a #7afec5 #c57afe

Analogous Colors of #fec57a

#fec57a #f5fe7a #fe837a

Monochromatic Colors of #fec57a

#fec57a

Complementary Color

#fec57a #7ab3fe

#fec57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec57a Color CSS Codes

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

#fec57a Text Font Color

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

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


#fec57a Background Color

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

This div background color is #fec57a


#fec57a Border Color

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

This div border color is #fec57a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec57a

Related Colors


Comments

No comments written yet.

Please login to write comment.