Color Hex Logo

#fde079 Color Hex

#FDE079
(253,224,121)
0 Favorites   0 Comments

Color spaces of #fde079

RGB 253224121
HSL0.130.970.73
HSV47°52°99°
CMYK 0.000.110.52   0.01
XYZ70.614975.574428.9547
Yxy75.57440.40320.4315
Hunter Lab86.9335-7.140641.1059
CIE-Lab89.6614-2.585253.5623

#fde079 color RGB value is (253,224,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100000 01111001
Octal 375 340 171
Decimal 253 224 121
Hex FD E0 79

RGB Percentages of Color #fde079

%42.31
%37.46
%20.23

CMYK Percentages of Color #fde079

%0
%11
%52
%1

Triadic Colors of #fde079

#fde079 #79fde0 #e079fd

Analogous Colors of #fde079

#fde079 #d8fd79 #fd9e79

Monochromatic Colors of #fde079

#fde079

Complementary Color

#fde079 #7996fd

#fde079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde079 Color CSS Codes

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

#fde079 Text Font Color

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

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


#fde079 Background Color

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

This div background color is #fde079


#fde079 Border Color

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

This div border color is #fde079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde079

Related Colors


Comments

No comments written yet.

Please login to write comment.