Color Hex Logo

#fec58c Color Hex

#FEC58C
(254,197,140)
0 Favorites   0 Comments

Color spaces of #fec58c

RGB 254197140
HSL0.080.980.77
HSV30°45°100°
CMYK 0.000.220.45   0.00
XYZ65.572962.896833.4952
Yxy62.89680.40490.3883
Hunter Lab79.30758.798930.4744
CIE-Lab83.388113.409636.3472

#fec58c color RGB value is (254,197,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000101 10001100
Octal 376 305 214
Decimal 254 197 140
Hex FE C5 8C

RGB Percentages of Color #fec58c

%42.98
%33.33
%23.69

CMYK Percentages of Color #fec58c

%0
%22
%45
%0

Triadic Colors of #fec58c

#fec58c #8cfec5 #c58cfe

Analogous Colors of #fec58c

#fec58c #fefe8c #fe8c8c

Monochromatic Colors of #fec58c

#fec58c

Complementary Color

#fec58c #8cc5fe

#fec58c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec58c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec58c Color CSS Codes

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

#fec58c Text Font Color

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

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


#fec58c Background Color

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

This div background color is #fec58c


#fec58c Border Color

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

This div border color is #fec58c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec58c


Comments

No comments written yet.

Please login to write comment.