Color Hex Logo

#fde84d Color Hex

#FDE84D
(253,232,77)
0 Favorites   0 Comments

Color spaces of #fde84d

RGB 25323277
HSL0.150.980.65
HSV53°70°99°
CMYK 0.000.080.70   0.01
XYZ70.704279.131718.5686
Yxy79.13170.41980.4699
Hunter Lab88.9560-13.797249.8931
CIE-Lab91.2938-9.431074.0797

#fde84d color RGB value is (253,232,77).

#fde84d hex color red value is 253, green value is 232 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #fde84d hue: 0.15 , saturation: 0.98 and the lightness value of fde84d is 0.65.

The process color (four color CMYK) of #fde84d color hex is 0.00, 0.08, 0.70, 0.01. Web safe color of #fde84d is #ffff66. Color #fde84d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101000 01001101
Octal 375 350 115
Decimal 253 232 77
Hex FD E8 4D

RGB Percentages of Color #fde84d

%45.02
%41.28
%13.70

CMYK Percentages of Color #fde84d

%0
%8
%70
%1

Triadic Colors of #fde84d

#fde84d #4dfde8 #e84dfd

Analogous Colors of #fde84d

#fde84d #bafd4d #fd904d

Monochromatic Colors of #fde84d

#fde84d

Complementary Color

#fde84d #4d62fd

#fde84d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde84d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde84d Color CSS Codes

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

#fde84d Text Font Color

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

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


#fde84d Background Color

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

This div background color is #fde84d


#fde84d Border Color

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

This div border color is #fde84d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde84d


Comments

No comments written yet.

Please login to write comment.