Color Hex Logo

#fde524 Color Hex

#FDE524
(253,229,36)
0 Favorites   0 Comments

Color spaces of #fde524

RGB 25322936
HSL0.150.980.57
HSV53°86°99°
CMYK 0.000.090.86   0.01
XYZ68.845877.048612.9124
Yxy77.04860.43350.4852
Hunter Lab87.7773-13.608652.7223
CIE-Lab90.3440-9.341385.0912

#fde524 color RGB value is (253,229,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100101 00100100
Octal 375 345 44
Decimal 253 229 36
Hex FD E5 24

RGB Percentages of Color #fde524

%48.84
%44.21
%6.95

CMYK Percentages of Color #fde524

%0
%9
%86
%1

Triadic Colors of #fde524

#fde524 #24fde5 #e524fd

Analogous Colors of #fde524

#fde524 #a9fd24 #fd7924

Monochromatic Colors of #fde524

#fde524

Complementary Color

#fde524 #243cfd

#fde524 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde524 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde524 Color CSS Codes

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

#fde524 Text Font Color

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

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


#fde524 Background Color

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

This div background color is #fde524


#fde524 Border Color

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

This div border color is #fde524


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde524

Related Colors


Comments

No comments written yet.

Please login to write comment.