Color Hex Logo

#feee5e Color Hex

#FEEE5E
(254,238,94)
0 Favorites   0 Comments

Color spaces of #feee5e

RGB 25423894
HSL0.150.990.68
HSV54°63°100°
CMYK 0.000.060.63   0.00
XYZ73.468083.028122.7435
Yxy83.02810.40990.4632
Hunter Lab91.1198-15.538748.9850
CIE-Lab93.0267-11.072669.3104

#feee5e color RGB value is (254,238,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 01011110
Octal 376 356 136
Decimal 254 238 94
Hex FE EE 5E

RGB Percentages of Color #feee5e

%43.34
%40.61
%16.04

CMYK Percentages of Color #feee5e

%0
%6
%63
%0

Triadic Colors of #feee5e

#feee5e #5efeee #ee5efe

Analogous Colors of #feee5e

#feee5e #befe5e #fe9e5e

Monochromatic Colors of #feee5e

#feee5e

Complementary Color

#feee5e #5e6efe

#feee5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feee5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feee5e Color CSS Codes

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

#feee5e Text Font Color

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

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


#feee5e Background Color

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

This div background color is #feee5e


#feee5e Border Color

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

This div border color is #feee5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feee5e

Related Colors


Comments

No comments written yet.

Please login to write comment.