Color Hex Logo

#fed59f Color Hex

#FED59F
(254,213,159)
0 Favorites   0 Comments

Color spaces of #fed59f

RGB 254213159
HSL0.090.980.81
HSV34°37°100°
CMYK 0.000.160.37   0.00
XYZ70.925371.162542.7985
Yxy71.16250.38360.3849
Hunter Lab84.35792.450628.9701
CIE-Lab87.56397.118132.0533

#fed59f color RGB value is (254,213,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010101 10011111
Octal 376 325 237
Decimal 254 213 159
Hex FE D5 9F

RGB Percentages of Color #fed59f

%40.58
%34.03
%25.40

CMYK Percentages of Color #fed59f

%0
%16
%37
%0

Triadic Colors of #fed59f

#fed59f #9ffed5 #d59ffe

Analogous Colors of #fed59f

#fed59f #f8fe9f #fea69f

Monochromatic Colors of #fed59f

#fed59f

Complementary Color

#fed59f #9fc8fe

#fed59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed59f Color CSS Codes

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

#fed59f Text Font Color

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

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


#fed59f Background Color

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

This div background color is #fed59f


#fed59f Border Color

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

This div border color is #fed59f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed59f

Related Colors


Comments

No comments written yet.

Please login to write comment.