Color Hex Logo

#fed99e Color Hex

#FED99E
(254,217,158)
0 Favorites   0 Comments

Color spaces of #fed99e

RGB 254217158
HSL0.100.980.81
HSV37°38°100°
CMYK 0.000.150.38   0.00
XYZ71.857573.165242.6827
Yxy73.16520.38280.3898
Hunter Lab85.53670.264830.2900
CIE-Lab88.52644.947533.8451

#fed99e color RGB value is (254,217,158).

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

The process color (four color CMYK) of #fed99e color hex is 0.00, 0.15, 0.38, 0.00. Web safe color of #fed99e is #ffcc99. Color #fed99e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011001 10011110
Octal 376 331 236
Decimal 254 217 158
Hex FE D9 9E

RGB Percentages of Color #fed99e

%40.38
%34.50
%25.12

CMYK Percentages of Color #fed99e

%0
%15
%38
%0

Triadic Colors of #fed99e

#fed99e #9efed9 #d99efe

Analogous Colors of #fed99e

#fed99e #f3fe9e #fea99e

Monochromatic Colors of #fed99e

#fed99e

Complementary Color

#fed99e #9ec3fe

#fed99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed99e Color CSS Codes

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

#fed99e Text Font Color

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

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


#fed99e Background Color

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

This div background color is #fed99e


#fed99e Border Color

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

This div border color is #fed99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed99e


Comments

No comments written yet.

Please login to write comment.