Color Hex Logo

#fde976 Color Hex

#FDE976
(253,233,118)
0 Favorites   0 Comments

Color spaces of #fde976

RGB 253233118
HSL0.140.970.73
HSV51°53°99°
CMYK 0.000.080.53   0.01
XYZ72.916980.468528.8284
Yxy80.46850.40020.4416
Hunter Lab89.7042-11.887143.7388
CIE-Lab91.8947-7.343257.6001

#fde976 color RGB value is (253,233,118).

#fde976 hex color red value is 253, green value is 233 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #fde976 hue: 0.14 , saturation: 0.97 and the lightness value of fde976 is 0.73.

The process color (four color CMYK) of #fde976 color hex is 0.00, 0.08, 0.53, 0.01. Web safe color of #fde976 is #ffff66. Color #fde976 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101001 01110110
Octal 375 351 166
Decimal 253 233 118
Hex FD E9 76

RGB Percentages of Color #fde976

%41.89
%38.58
%19.54

CMYK Percentages of Color #fde976

%0
%8
%53
%1

Triadic Colors of #fde976

#fde976 #76fde9 #e976fd

Analogous Colors of #fde976

#fde976 #cefd76 #fda676

Monochromatic Colors of #fde976

#fde976

Complementary Color

#fde976 #768afd

#fde976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde976 Color CSS Codes

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

#fde976 Text Font Color

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

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


#fde976 Background Color

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

This div background color is #fde976


#fde976 Border Color

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

This div border color is #fde976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde976


Comments

No comments written yet.

Please login to write comment.