Color Hex Logo

#fef95e Color Hex

#FEF95E
(254,249,94)
0 Favorites   0 Comments

Color spaces of #fef95e

RGB 25424994
HSL0.160.990.68
HSV58°63°100°
CMYK 0.000.020.63   0.00
XYZ76.769189.630323.8439
Yxy89.63030.40350.4711
Hunter Lab94.6733-20.935351.3388
CIE-Lab95.8432-16.440272.2826

#fef95e color RGB value is (254,249,94).

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

The process color (four color CMYK) of #fef95e color hex is 0.00, 0.02, 0.63, 0.00. Web safe color of #fef95e is #ffff66. Color #fef95e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111001 01011110
Octal 376 371 136
Decimal 254 249 94
Hex FE F9 5E

RGB Percentages of Color #fef95e

%42.55
%41.71
%15.75

CMYK Percentages of Color #fef95e

%0
%2
%63
%0

Triadic Colors of #fef95e

#fef95e #5efef9 #f95efe

Analogous Colors of #fef95e

#fef95e #b3fe5e #fea95e

Monochromatic Colors of #fef95e

#fef95e

Complementary Color

#fef95e #5e63fe

#fef95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef95e Color CSS Codes

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

#fef95e Text Font Color

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

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


#fef95e Background Color

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

This div background color is #fef95e


#fef95e Border Color

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

This div border color is #fef95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef95e

Related Colors


Comments

No comments written yet.

Please login to write comment.