Color Hex Logo

#fde89e Color Hex

#FDE89E
(253,232,158)
0 Favorites   0 Comments

Color spaces of #fde89e

RGB 253232158
HSL0.130.960.81
HSV47°38°99°
CMYK 0.000.080.38   0.01
XYZ75.536281.064544.0136
Yxy81.06450.37650.4041
Hunter Lab90.0358-7.808834.0414
CIE-Lab92.1604-3.072238.6047

#fde89e color RGB value is (253,232,158).

#fde89e hex color red value is 253, green value is 232 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fde89e hue: 0.13 , saturation: 0.96 and the lightness value of fde89e is 0.81.

The process color (four color CMYK) of #fde89e color hex is 0.00, 0.08, 0.38, 0.01. Web safe color of #fde89e is #ffff99. Color #fde89e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101000 10011110
Octal 375 350 236
Decimal 253 232 158
Hex FD E8 9E

RGB Percentages of Color #fde89e

%39.35
%36.08
%24.57

CMYK Percentages of Color #fde89e

%0
%8
%38
%1

Triadic Colors of #fde89e

#fde89e #9efde8 #e89efd

Analogous Colors of #fde89e

#fde89e #e3fd9e #fdb99e

Monochromatic Colors of #fde89e

#fde89e

Complementary Color

#fde89e #9eb3fd

#fde89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde89e Color CSS Codes

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

#fde89e Text Font Color

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

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


#fde89e Background Color

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

This div background color is #fde89e


#fde89e Border Color

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

This div border color is #fde89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde89e


Comments

No comments written yet.

Please login to write comment.