Color Hex Logo

#fde53f Color Hex

#FDE53F
(253,229,63)
0 Favorites   0 Comments

Color spaces of #fde53f

RGB 25322963
HSL0.150.980.62
HSV52°75°99°
CMYK 0.000.090.75   0.01
XYZ69.424577.280215.9601
Yxy77.28020.42680.4751
Hunter Lab87.9092-12.874250.7722
CIE-Lab90.4504-8.545578.0831

#fde53f color RGB value is (253,229,63).

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

The process color (four color CMYK) of #fde53f color hex is 0.00, 0.09, 0.75, 0.01. Web safe color of #fde53f is #ffcc33. Color #fde53f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100101 00111111
Octal 375 345 77
Decimal 253 229 63
Hex FD E5 3F

RGB Percentages of Color #fde53f

%46.42
%42.02
%11.56

CMYK Percentages of Color #fde53f

%0
%9
%75
%1

Triadic Colors of #fde53f

#fde53f #3ffde5 #e53ffd

Analogous Colors of #fde53f

#fde53f #b6fd3f #fd863f

Monochromatic Colors of #fde53f

#fde53f

Complementary Color

#fde53f #3f57fd

#fde53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde53f Color CSS Codes

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

#fde53f Text Font Color

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

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


#fde53f Background Color

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

This div background color is #fde53f


#fde53f Border Color

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

This div border color is #fde53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde53f


Comments

No comments written yet.

Please login to write comment.