Color Hex Logo

#fde89a Color Hex

#FDE89A
(253,232,154)
0 Favorites   0 Comments

Color spaces of #fde89a

RGB 253232154
HSL0.130.960.80
HSV47°39°99°
CMYK 0.000.080.39   0.01
XYZ75.197480.929042.2294
Yxy80.92900.37910.4080
Hunter Lab89.9605-8.224035.1404
CIE-Lab92.1001-3.505740.5266

#fde89a color RGB value is (253,232,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101000 10011010
Octal 375 350 232
Decimal 253 232 154
Hex FD E8 9A

RGB Percentages of Color #fde89a

%39.59
%36.31
%24.10

CMYK Percentages of Color #fde89a

%0
%8
%39
%1

Triadic Colors of #fde89a

#fde89a #9afde8 #e89afd

Analogous Colors of #fde89a

#fde89a #e1fd9a #fdb79a

Monochromatic Colors of #fde89a

#fde89a

Complementary Color

#fde89a #9aaffd

#fde89a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde89a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde89a Color CSS Codes

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

#fde89a Text Font Color

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

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


#fde89a Background Color

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

This div background color is #fde89a


#fde89a Border Color

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

This div border color is #fde89a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,232,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde89a


Comments

No comments written yet.

Please login to write comment.