Color Hex Logo

#fef98c Color Hex

#FEF98C
(254,249,140)
0 Favorites   0 Comments

Color spaces of #fef98c

RGB 254249140
HSL0.160.980.77
HSV57°45°100°
CMYK 0.000.020.45   0.00
XYZ79.482490.715638.1316
Yxy90.71560.38150.4354
Hunter Lab95.2447-17.718842.9343
CIE-Lab96.2928-12.955752.6345

#fef98c color RGB value is (254,249,140).

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

The process color (four color CMYK) of #fef98c color hex is 0.00, 0.02, 0.45, 0.00. Web safe color of #fef98c is #ffff99. Color #fef98c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111001 10001100
Octal 376 371 214
Decimal 254 249 140
Hex FE F9 8C

RGB Percentages of Color #fef98c

%39.50
%38.72
%21.77

CMYK Percentages of Color #fef98c

%0
%2
%45
%0

Triadic Colors of #fef98c

#fef98c #8cfef9 #f98cfe

Analogous Colors of #fef98c

#fef98c #cafe8c #fec08c

Monochromatic Colors of #fef98c

#fef98c

Complementary Color

#fef98c #8c91fe

#fef98c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef98c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef98c Color CSS Codes

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

#fef98c Text Font Color

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

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


#fef98c Background Color

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

This div background color is #fef98c


#fef98c Border Color

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

This div border color is #fef98c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef98c


Comments

No comments written yet.

Please login to write comment.