Color Hex Logo

#fde59d Color Hex

#FDE59D
(253,229,157)
0 Favorites   0 Comments

Color spaces of #fde59d

RGB 253229157
HSL0.130.960.80
HSV45°38°99°
CMYK 0.000.090.38   0.01
XYZ74.613179.355643.2829
Yxy79.35560.37830.4023
Hunter Lab89.0818-6.385133.5495
CIE-Lab91.3949-1.667238.1079

#fde59d color RGB value is (253,229,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100101 10011101
Octal 375 345 235
Decimal 253 229 157
Hex FD E5 9D

RGB Percentages of Color #fde59d

%39.59
%35.84
%24.57

CMYK Percentages of Color #fde59d

%0
%9
%38
%1

Triadic Colors of #fde59d

#fde59d #9dfde5 #e59dfd

Analogous Colors of #fde59d

#fde59d #e5fd9d #fdb59d

Monochromatic Colors of #fde59d

#fde59d

Complementary Color

#fde59d #9db5fd

#fde59d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde59d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde59d Color CSS Codes

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

#fde59d Text Font Color

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

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


#fde59d Background Color

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

This div background color is #fde59d


#fde59d Border Color

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

This div border color is #fde59d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde59d


Comments

No comments written yet.

Please login to write comment.