Color Hex Logo

#fde17d Color Hex

#FDE17D
(253,225,125)
0 Favorites   0 Comments

Color spaces of #fde17d

RGB 253225125
HSL0.130.970.74
HSV47°51°99°
CMYK 0.000.110.51   0.01
XYZ71.134976.213730.3635
Yxy76.21370.40030.4289
Hunter Lab87.3005-7.328940.4890
CIE-Lab89.9585-2.757052.0216

#fde17d color RGB value is (253,225,125).

#fde17d hex color red value is 253, green value is 225 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #fde17d hue: 0.13 , saturation: 0.97 and the lightness value of fde17d is 0.74.

The process color (four color CMYK) of #fde17d color hex is 0.00, 0.11, 0.51, 0.01. Web safe color of #fde17d is #ffcc66. Color #fde17d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100001 01111101
Octal 375 341 175
Decimal 253 225 125
Hex FD E1 7D

RGB Percentages of Color #fde17d

%41.96
%37.31
%20.73

CMYK Percentages of Color #fde17d

%0
%11
%51
%1

Triadic Colors of #fde17d

#fde17d #7dfde1 #e17dfd

Analogous Colors of #fde17d

#fde17d #d9fd7d #fda17d

Monochromatic Colors of #fde17d

#fde17d

Complementary Color

#fde17d #7d99fd

#fde17d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde17d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde17d Color CSS Codes

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

#fde17d Text Font Color

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

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


#fde17d Background Color

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

This div background color is #fde17d


#fde17d Border Color

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

This div border color is #fde17d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde17d


Comments

No comments written yet.

Please login to write comment.