Color Hex Logo

#fee976 Color Hex

#FEE976
(254,233,118)
0 Favorites   0 Comments

Color spaces of #fee976

RGB 254233118
HSL0.140.990.73
HSV51°54°100°
CMYK 0.000.080.54   0.00
XYZ73.282080.656728.8455
Yxy80.65670.40090.4413
Hunter Lab89.8091-11.514343.8232
CIE-Lab91.9787-6.942857.7196

#fee976 color RGB value is (254,233,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101001 01110110
Octal 376 351 166
Decimal 254 233 118
Hex FE E9 76

RGB Percentages of Color #fee976

%41.98
%38.51
%19.50

CMYK Percentages of Color #fee976

%0
%8
%54
%0

Triadic Colors of #fee976

#fee976 #76fee9 #e976fe

Analogous Colors of #fee976

#fee976 #cffe76 #fea576

Monochromatic Colors of #fee976

#fee976

Complementary Color

#fee976 #768bfe

#fee976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee976 Color CSS Codes

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

#fee976 Text Font Color

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

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


#fee976 Background Color

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

This div background color is #fee976


#fee976 Border Color

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

This div border color is #fee976


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,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 #fee976">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee976


Comments

No comments written yet.

Please login to write comment.