Color Hex Logo

#fde99e Color Hex

#FDE99E
(253,233,158)
0 Favorites   0 Comments

Color spaces of #fde99e

RGB 253233158
HSL0.130.960.81
HSV47°38°99°
CMYK 0.000.080.38   0.01
XYZ75.818581.629144.1077
Yxy81.62910.37620.4050
Hunter Lab90.3488-8.317734.2992
CIE-Lab92.4109-3.575838.9314

#fde99e color RGB value is (253,233,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101001 10011110
Octal 375 351 236
Decimal 253 233 158
Hex FD E9 9E

RGB Percentages of Color #fde99e

%39.29
%36.18
%24.53

CMYK Percentages of Color #fde99e

%0
%8
%38
%1

Triadic Colors of #fde99e

#fde99e #9efde9 #e99efd

Analogous Colors of #fde99e

#fde99e #e2fd9e #fdba9e

Monochromatic Colors of #fde99e

#fde99e

Complementary Color

#fde99e #9eb2fd

#fde99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde99e Color CSS Codes

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

#fde99e Text Font Color

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

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


#fde99e Background Color

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

This div background color is #fde99e


#fde99e Border Color

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

This div border color is #fde99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde99e

Related Colors


Comments

No comments written yet.

Please login to write comment.