Color Hex Logo

#fde84f Color Hex

#FDE84F
(253,232,79)
0 Favorites   0 Comments

Color spaces of #fde84f

RGB 25323279
HSL0.150.980.65
HSV53°69°99°
CMYK 0.000.080.69   0.01
XYZ70.775979.160418.9463
Yxy79.16040.41910.4687
Hunter Lab88.9721-13.707349.6549
CIE-Lab91.3068-9.333873.3551

#fde84f color RGB value is (253,232,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101000 01001111
Octal 375 350 117
Decimal 253 232 79
Hex FD E8 4F

RGB Percentages of Color #fde84f

%44.86
%41.13
%14.01

CMYK Percentages of Color #fde84f

%0
%8
%69
%1

Triadic Colors of #fde84f

#fde84f #4ffde8 #e84ffd

Analogous Colors of #fde84f

#fde84f #bbfd4f #fd914f

Monochromatic Colors of #fde84f

#fde84f

Complementary Color

#fde84f #4f64fd

#fde84f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde84f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde84f Color CSS Codes

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

#fde84f Text Font Color

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

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


#fde84f Background Color

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

This div background color is #fde84f


#fde84f Border Color

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

This div border color is #fde84f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde84f

Related Colors


Comments

No comments written yet.

Please login to write comment.