Color Hex Logo

#fed99f Color Hex

#FED99F
(254,217,159)
0 Favorites   0 Comments

Color spaces of #fed99f

RGB 254217159
HSL0.100.980.81
HSV37°37°100°
CMYK 0.000.150.37   0.00
XYZ71.943973.199743.1380
Yxy73.19970.38210.3888
Hunter Lab85.55680.374529.9956
CIE-Lab88.54295.059233.3548

#fed99f color RGB value is (254,217,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011001 10011111
Octal 376 331 237
Decimal 254 217 159
Hex FE D9 9F

RGB Percentages of Color #fed99f

%40.32
%34.44
%25.24

CMYK Percentages of Color #fed99f

%0
%15
%37
%0

Triadic Colors of #fed99f

#fed99f #9ffed9 #d99ffe

Analogous Colors of #fed99f

#fed99f #f4fe9f #feaa9f

Monochromatic Colors of #fed99f

#fed99f

Complementary Color

#fed99f #9fc4fe

#fed99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed99f Color CSS Codes

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

#fed99f Text Font Color

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

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


#fed99f Background Color

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

This div background color is #fed99f


#fed99f Border Color

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

This div border color is #fed99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed99f


Comments

No comments written yet.

Please login to write comment.