Color Hex Logo

#fde47e Color Hex

#FDE47E
(253,228,126)
0 Favorites   0 Comments

Color spaces of #fde47e

RGB 253228126
HSL0.130.970.74
HSV48°50°99°
CMYK 0.000.100.50   0.01
XYZ72.017377.875830.9745
Yxy77.87580.39820.4306
Hunter Lab88.2473-8.761540.9625
CIE-Lab90.7232-4.183952.4695

#fde47e color RGB value is (253,228,126).

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

The process color (four color CMYK) of #fde47e color hex is 0.00, 0.10, 0.50, 0.01. Web safe color of #fde47e is #ffcc66. Color #fde47e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100100 01111110
Octal 375 344 176
Decimal 253 228 126
Hex FD E4 7E

RGB Percentages of Color #fde47e

%41.68
%37.56
%20.76

CMYK Percentages of Color #fde47e

%0
%10
%50
%1

Triadic Colors of #fde47e

#fde47e #7efde4 #e47efd

Analogous Colors of #fde47e

#fde47e #d7fd7e #fda57e

Monochromatic Colors of #fde47e

#fde47e

Complementary Color

#fde47e #7e97fd

#fde47e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde47e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde47e Color CSS Codes

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

#fde47e Text Font Color

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

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


#fde47e Background Color

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

This div background color is #fde47e


#fde47e Border Color

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

This div border color is #fde47e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde47e

Related Colors


Comments

No comments written yet.

Please login to write comment.