Color Hex Logo

#fef99e Color Hex

#FEF99E
(254,249,158)
0 Favorites   0 Comments

Color spaces of #fef99e

RGB 254249158
HSL0.160.980.81
HSV57°38°100°
CMYK 0.000.020.38   0.00
XYZ80.920391.290845.7037
Yxy91.29080.37130.4189
Hunter Lab95.5462-16.030138.5215
CIE-Lab96.5297-11.152944.2689

#fef99e color RGB value is (254,249,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111001 10011110
Octal 376 371 236
Decimal 254 249 158
Hex FE F9 9E

RGB Percentages of Color #fef99e

%38.43
%37.67
%23.90

CMYK Percentages of Color #fef99e

%0
%2
%38
%0

Triadic Colors of #fef99e

#fef99e #9efef9 #f99efe

Analogous Colors of #fef99e

#fef99e #d3fe9e #fec99e

Monochromatic Colors of #fef99e

#fef99e

Complementary Color

#fef99e #9ea3fe

#fef99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef99e Color CSS Codes

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

#fef99e Text Font Color

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

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


#fef99e Background Color

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

This div background color is #fef99e


#fef99e Border Color

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

This div border color is #fef99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef99e

Related Colors


Comments

No comments written yet.

Please login to write comment.