Color Hex Logo

#fde89c Color Hex

#FDE89C
(253,232,156)
0 Favorites   0 Comments

Color spaces of #fde89c

RGB 253232156
HSL0.130.960.80
HSV47°38°99°
CMYK 0.000.080.38   0.01
XYZ75.365480.996243.1141
Yxy80.99620.37780.4060
Hunter Lab89.9979-8.018134.5952
CIE-Lab92.1300-3.290539.5667

#fde89c color RGB value is (253,232,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101000 10011100
Octal 375 350 234
Decimal 253 232 156
Hex FD E8 9C

RGB Percentages of Color #fde89c

%39.47
%36.19
%24.34

CMYK Percentages of Color #fde89c

%0
%8
%38
%1

Triadic Colors of #fde89c

#fde89c #9cfde8 #e89cfd

Analogous Colors of #fde89c

#fde89c #e2fd9c #fdb89c

Monochromatic Colors of #fde89c

#fde89c

Complementary Color

#fde89c #9cb1fd

#fde89c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde89c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde89c Color CSS Codes

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

#fde89c Text Font Color

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

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


#fde89c Background Color

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

This div background color is #fde89c


#fde89c Border Color

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

This div border color is #fde89c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde89c


Comments

No comments written yet.

Please login to write comment.