Color Hex Logo

#fde02c Color Hex

#FDE02C
(253,224,44)
0 Favorites   0 Comments

Color spaces of #fde02c

RGB 25322444
HSL0.140.980.58
HSV52°83°99°
CMYK 0.000.110.83   0.01
XYZ67.618374.375813.1750
Yxy74.37580.43580.4793
Hunter Lab86.2414-10.968051.3113
CIE-Lab89.0998-6.663282.2844

#fde02c color RGB value is (253,224,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100000 00101100
Octal 375 340 54
Decimal 253 224 44
Hex FD E0 2C

RGB Percentages of Color #fde02c

%48.56
%42.99
%8.45

CMYK Percentages of Color #fde02c

%0
%11
%83
%1

Triadic Colors of #fde02c

#fde02c #2cfde0 #e02cfd

Analogous Colors of #fde02c

#fde02c #b2fd2c #fd782c

Monochromatic Colors of #fde02c

#fde02c

Complementary Color

#fde02c #2c49fd

#fde02c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde02c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde02c Color CSS Codes

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

#fde02c Text Font Color

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

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


#fde02c Background Color

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

This div background color is #fde02c


#fde02c Border Color

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

This div border color is #fde02c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde02c


Comments

No comments written yet.

Please login to write comment.