Color Hex Logo

#fed89e Color Hex

#FED89E
(254,216,158)
0 Favorites   0 Comments

Color spaces of #fed89e

RGB 254216158
HSL0.100.980.81
HSV36°38°100°
CMYK 0.000.150.38   0.00
XYZ71.600572.651242.5971
Yxy72.65120.38320.3888
Hunter Lab85.23570.782930.0344
CIE-Lab88.28115.461333.5200

#fed89e color RGB value is (254,216,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011000 10011110
Octal 376 330 236
Decimal 254 216 158
Hex FE D8 9E

RGB Percentages of Color #fed89e

%40.45
%34.39
%25.16

CMYK Percentages of Color #fed89e

%0
%15
%38
%0

Triadic Colors of #fed89e

#fed89e #9efed8 #d89efe

Analogous Colors of #fed89e

#fed89e #f4fe9e #fea89e

Monochromatic Colors of #fed89e

#fed89e

Complementary Color

#fed89e #9ec4fe

#fed89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed89e Color CSS Codes

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

#fed89e Text Font Color

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

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


#fed89e Background Color

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

This div background color is #fed89e


#fed89e Border Color

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

This div border color is #fed89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed89e

Related Colors


Comments

No comments written yet.

Please login to write comment.