Color Hex Logo

#fde89f Color Hex

#FDE89F
(253,232,159)
0 Favorites   0 Comments

Color spaces of #fde89f

RGB 253232159
HSL0.130.960.81
HSV47°37°99°
CMYK 0.000.080.37   0.01
XYZ75.622681.099144.4688
Yxy81.09910.37590.4031
Hunter Lab90.0550-7.703233.7614
CIE-Lab92.1758-2.962038.1232

#fde89f color RGB value is (253,232,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101000 10011111
Octal 375 350 237
Decimal 253 232 159
Hex FD E8 9F

RGB Percentages of Color #fde89f

%39.29
%36.02
%24.69

CMYK Percentages of Color #fde89f

%0
%8
%37
%1

Triadic Colors of #fde89f

#fde89f #9ffde8 #e89ffd

Analogous Colors of #fde89f

#fde89f #e3fd9f #fdb99f

Monochromatic Colors of #fde89f

#fde89f

Complementary Color

#fde89f #9fb4fd

#fde89f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde89f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde89f Color CSS Codes

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

#fde89f Text Font Color

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

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


#fde89f Background Color

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

This div background color is #fde89f


#fde89f Border Color

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

This div border color is #fde89f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde89f


Comments

No comments written yet.

Please login to write comment.