Color Hex Logo

#fde802 Color Hex

#FDE802
(253,232,2)
0 Favorites   0 Comments

Color spaces of #fde802

RGB 2532322
HSL0.150.980.50
HSV55°99°99°
CMYK 0.000.080.99   0.01
XYZ69.375678.600311.5723
Yxy78.60030.43480.4926
Hunter Lab88.6568-15.469954.3207
CIE-Lab91.0531-11.249189.8380

#fde802 color RGB value is (253,232,2).

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

The process color (four color CMYK) of #fde802 color hex is 0.00, 0.08, 0.99, 0.01. Web safe color of #fde802 is #ffff00. Color #fde802 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101000 00000010
Octal 375 350 2
Decimal 253 232 2
Hex FD E8 2

RGB Percentages of Color #fde802

%51.95
%47.64
%0.41

CMYK Percentages of Color #fde802

%0
%8
%99
%1

Triadic Colors of #fde802

#fde802 #02fde8 #e802fd

Analogous Colors of #fde802

#fde802 #95fd02 #fd6b02

Monochromatic Colors of #fde802

#fde802

Complementary Color

#fde802 #0217fd

#fde802 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde802 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde802 Color CSS Codes

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

#fde802 Text Font Color

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

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


#fde802 Background Color

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

This div background color is #fde802


#fde802 Border Color

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

This div border color is #fde802


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde802


Comments

No comments written yet.

Please login to write comment.