Color Hex Logo

#fec98c Color Hex

#FEC98C
(254,201,140)
0 Favorites   0 Comments

Color spaces of #fec98c

RGB 254201140
HSL0.090.980.77
HSV32°45°100°
CMYK 0.000.210.45   0.00
XYZ66.493364.737633.8020
Yxy64.73760.40290.3923
Hunter Lab80.45976.711131.4134
CIE-Lab84.348311.328037.5919

#fec98c color RGB value is (254,201,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001001 10001100
Octal 376 311 214
Decimal 254 201 140
Hex FE C9 8C

RGB Percentages of Color #fec98c

%42.69
%33.78
%23.53

CMYK Percentages of Color #fec98c

%0
%21
%45
%0

Triadic Colors of #fec98c

#fec98c #8cfec9 #c98cfe

Analogous Colors of #fec98c

#fec98c #fafe8c #fe908c

Monochromatic Colors of #fec98c

#fec98c

Complementary Color

#fec98c #8cc1fe

#fec98c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec98c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec98c Color CSS Codes

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

#fec98c Text Font Color

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

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


#fec98c Background Color

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

This div background color is #fec98c


#fec98c Border Color

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

This div border color is #fec98c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec98c

Related Colors


Comments

No comments written yet.

Please login to write comment.