Color Hex Logo

#fde02f Color Hex

#FDE02F
(253,224,47)
0 Favorites   0 Comments

Color spaces of #fde02f

RGB 25322447
HSL0.140.980.59
HSV52°81°99°
CMYK 0.000.110.81   0.01
XYZ67.676874.399213.4829
Yxy74.39920.43510.4783
Hunter Lab86.2550-10.892751.1106
CIE-Lab89.1108-6.582081.5387

#fde02f color RGB value is (253,224,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100000 00101111
Octal 375 340 57
Decimal 253 224 47
Hex FD E0 2F

RGB Percentages of Color #fde02f

%48.28
%42.75
%8.97

CMYK Percentages of Color #fde02f

%0
%11
%81
%1

Triadic Colors of #fde02f

#fde02f #2ffde0 #e02ffd

Analogous Colors of #fde02f

#fde02f #b3fd2f #fd792f

Monochromatic Colors of #fde02f

#fde02f

Complementary Color

#fde02f #2f4cfd

#fde02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde02f Color CSS Codes

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

#fde02f Text Font Color

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

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


#fde02f Background Color

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

This div background color is #fde02f


#fde02f Border Color

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

This div border color is #fde02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde02f


Comments

No comments written yet.

Please login to write comment.