Color Hex Logo

#fec58a Color Hex

#FEC58A
(254,197,138)
0 Favorites   0 Comments

Color spaces of #fec58a

RGB 254197138
HSL0.080.980.77
HSV31°46°100°
CMYK 0.000.220.46   0.00
XYZ65.426762.838332.7254
Yxy62.83830.40640.3903
Hunter Lab79.27068.603031.0127
CIE-Lab83.357213.213937.3364

#fec58a color RGB value is (254,197,138).

#fec58a hex color red value is 254, green value is 197 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fec58a hue: 0.08 , saturation: 0.98 and the lightness value of fec58a is 0.77.

The process color (four color CMYK) of #fec58a color hex is 0.00, 0.22, 0.46, 0.00. Web safe color of #fec58a is #ffcc99. Color #fec58a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000101 10001010
Octal 376 305 212
Decimal 254 197 138
Hex FE C5 8A

RGB Percentages of Color #fec58a

%43.12
%33.45
%23.43

CMYK Percentages of Color #fec58a

%0
%22
%46
%0

Triadic Colors of #fec58a

#fec58a #8afec5 #c58afe

Analogous Colors of #fec58a

#fec58a #fdfe8a #fe8b8a

Monochromatic Colors of #fec58a

#fec58a

Complementary Color

#fec58a #8ac3fe

#fec58a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec58a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec58a Color CSS Codes

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

#fec58a Text Font Color

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

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


#fec58a Background Color

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

This div background color is #fec58a


#fec58a Border Color

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

This div border color is #fec58a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec58a


Comments

No comments written yet.

Please login to write comment.