Color Hex Logo

#fde79e Color Hex

#FDE79E
(253,231,158)
0 Favorites   0 Comments

Color spaces of #fde79e

RGB 253231158
HSL0.130.960.81
HSV46°38°99°
CMYK 0.000.090.38   0.01
XYZ75.255580.503143.9200
Yxy80.50310.37690.4032
Hunter Lab89.7235-7.299533.7838
CIE-Lab91.9101-2.567838.2781

#fde79e color RGB value is (253,231,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100111 10011110
Octal 375 347 236
Decimal 253 231 158
Hex FD E7 9E

RGB Percentages of Color #fde79e

%39.41
%35.98
%24.61

CMYK Percentages of Color #fde79e

%0
%9
%38
%1

Triadic Colors of #fde79e

#fde79e #9efde7 #e79efd

Analogous Colors of #fde79e

#fde79e #e4fd9e #fdb89e

Monochromatic Colors of #fde79e

#fde79e

Complementary Color

#fde79e #9eb4fd

#fde79e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde79e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde79e Color CSS Codes

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

#fde79e Text Font Color

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

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


#fde79e Background Color

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

This div background color is #fde79e


#fde79e Border Color

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

This div border color is #fde79e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde79e


Comments

No comments written yet.

Please login to write comment.