Color Hex Logo

#fde424 Color Hex

#FDE424
(253,228,36)
0 Favorites   0 Comments

Color spaces of #fde424

RGB 25322836
HSL0.150.980.57
HSV53°86°99°
CMYK 0.000.100.86   0.01
XYZ68.569976.496812.8204
Yxy76.49680.43430.4845
Hunter Lab87.4624-13.116652.5329
CIE-Lab90.0895-8.845184.8864

#fde424 color RGB value is (253,228,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100100 00100100
Octal 375 344 44
Decimal 253 228 36
Hex FD E4 24

RGB Percentages of Color #fde424

%48.94
%44.10
%6.96

CMYK Percentages of Color #fde424

%0
%10
%86
%1

Triadic Colors of #fde424

#fde424 #24fde4 #e424fd

Analogous Colors of #fde424

#fde424 #aafd24 #fd7824

Monochromatic Colors of #fde424

#fde424

Complementary Color

#fde424 #243dfd

#fde424 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde424 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde424 Color CSS Codes

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

#fde424 Text Font Color

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

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


#fde424 Background Color

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

This div background color is #fde424


#fde424 Border Color

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

This div border color is #fde424


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,228,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 #fde424">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde424

Related Colors


Comments

No comments written yet.

Please login to write comment.