Color Hex Logo

#fde46d Color Hex

#FDE46D
(253,228,109)
0 Favorites   0 Comments

Color spaces of #fde46d

RGB 253228109
HSL0.140.970.71
HSV50°57°99°
CMYK 0.000.100.57   0.01
XYZ71.011777.473625.6792
Yxy77.47360.40770.4448
Hunter Lab88.0191-10.023944.3158
CIE-Lab90.5392-5.522260.1208

#fde46d color RGB value is (253,228,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100100 01101101
Octal 375 344 155
Decimal 253 228 109
Hex FD E4 6D

RGB Percentages of Color #fde46d

%42.88
%38.64
%18.47

CMYK Percentages of Color #fde46d

%0
%10
%57
%1

Triadic Colors of #fde46d

#fde46d #6dfde4 #e46dfd

Analogous Colors of #fde46d

#fde46d #cefd6d #fd9c6d

Monochromatic Colors of #fde46d

#fde46d

Complementary Color

#fde46d #6d86fd

#fde46d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde46d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde46d Color CSS Codes

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

#fde46d Text Font Color

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

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


#fde46d Background Color

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

This div background color is #fde46d


#fde46d Border Color

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

This div border color is #fde46d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde46d


Comments

No comments written yet.

Please login to write comment.