Color Hex Logo

#fde02e Color Hex

#FDE02E
(253,224,46)
0 Favorites   0 Comments

Color spaces of #fde02e

RGB 25322446
HSL0.140.980.59
HSV52°82°99°
CMYK 0.000.110.82   0.01
XYZ67.656874.391213.3778
Yxy74.39120.43530.4786
Hunter Lab86.2503-10.918551.1791
CIE-Lab89.1070-6.609881.7919

#fde02e color RGB value is (253,224,46).

#fde02e hex color red value is 253, green value is 224 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fde02e hue: 0.14 , saturation: 0.98 and the lightness value of fde02e is 0.59.

The process color (four color CMYK) of #fde02e color hex is 0.00, 0.11, 0.82, 0.01. Web safe color of #fde02e is #ffcc33. Color #fde02e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100000 00101110
Octal 375 340 56
Decimal 253 224 46
Hex FD E0 2E

RGB Percentages of Color #fde02e

%48.37
%42.83
%8.80

CMYK Percentages of Color #fde02e

%0
%11
%82
%1

Triadic Colors of #fde02e

#fde02e #2efde0 #e02efd

Analogous Colors of #fde02e

#fde02e #b3fd2e #fd792e

Monochromatic Colors of #fde02e

#fde02e

Complementary Color

#fde02e #2e4bfd

#fde02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde02e Color CSS Codes

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

#fde02e Text Font Color

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

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


#fde02e Background Color

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

This div background color is #fde02e


#fde02e Border Color

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

This div border color is #fde02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde02e


Comments

No comments written yet.

Please login to write comment.