Color Hex Logo

#fec98a Color Hex

#FEC98A
(254,201,138)
0 Favorites   0 Comments

Color spaces of #fec98a

RGB 254201138
HSL0.090.980.77
HSV33°46°100°
CMYK 0.000.210.46   0.00
XYZ66.347164.679133.0322
Yxy64.67910.40440.3942
Hunter Lab80.42336.517031.9442
CIE-Lab84.318111.132738.5757

#fec98a color RGB value is (254,201,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001001 10001010
Octal 376 311 212
Decimal 254 201 138
Hex FE C9 8A

RGB Percentages of Color #fec98a

%42.83
%33.90
%23.27

CMYK Percentages of Color #fec98a

%0
%21
%46
%0

Triadic Colors of #fec98a

#fec98a #8afec9 #c98afe

Analogous Colors of #fec98a

#fec98a #f9fe8a #fe8f8a

Monochromatic Colors of #fec98a

#fec98a

Complementary Color

#fec98a #8abffe

#fec98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec98a Color CSS Codes

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

#fec98a Text Font Color

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

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


#fec98a Background Color

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

This div background color is #fec98a


#fec98a Border Color

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

This div border color is #fec98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec98a


Comments

No comments written yet.

Please login to write comment.