Color Hex Logo

#fde02a Color Hex

#FDE02A
(253,224,42)
0 Favorites   0 Comments

Color spaces of #fde02a

RGB 25322442
HSL0.140.980.58
HSV52°83°99°
CMYK 0.000.110.83   0.01
XYZ67.581674.361112.9817
Yxy74.36110.43620.4800
Hunter Lab86.2329-11.015351.4374
CIE-Lab89.0929-6.714182.7586

#fde02a color RGB value is (253,224,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100000 00101010
Octal 375 340 52
Decimal 253 224 42
Hex FD E0 2A

RGB Percentages of Color #fde02a

%48.75
%43.16
%8.09

CMYK Percentages of Color #fde02a

%0
%11
%83
%1

Triadic Colors of #fde02a

#fde02a #2afde0 #e02afd

Analogous Colors of #fde02a

#fde02a #b1fd2a #fd772a

Monochromatic Colors of #fde02a

#fde02a

Complementary Color

#fde02a #2a47fd

#fde02a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde02a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde02a Color CSS Codes

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

#fde02a Text Font Color

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

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


#fde02a Background Color

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

This div background color is #fde02a


#fde02a Border Color

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

This div border color is #fde02a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde02a

Related Colors


Comments

No comments written yet.

Please login to write comment.