Color Hex Logo

#fde020 Color Hex

#FDE020
(253,224,32)
0 Favorites   0 Comments

Color spaces of #fde020

RGB 25322432
HSL0.140.980.56
HSV52°87°99°
CMYK 0.000.110.87   0.01
XYZ67.424474.298212.1538
Yxy74.29820.43820.4828
Hunter Lab86.1964-11.217751.9775
CIE-Lab89.0632-6.932784.8462

#fde020 color RGB value is (253,224,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100000 00100000
Octal 375 340 40
Decimal 253 224 32
Hex FD E0 20

RGB Percentages of Color #fde020

%49.71
%44.01
%6.29

CMYK Percentages of Color #fde020

%0
%11
%87
%1

Triadic Colors of #fde020

#fde020 #20fde0 #e020fd

Analogous Colors of #fde020

#fde020 #acfd20 #fd7220

Monochromatic Colors of #fde020

#fde020

Complementary Color

#fde020 #203dfd

#fde020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde020 Color CSS Codes

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

#fde020 Text Font Color

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

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


#fde020 Background Color

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

This div background color is #fde020


#fde020 Border Color

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

This div border color is #fde020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde020


Comments

No comments written yet.

Please login to write comment.