Color Hex Logo

#fefc76 Color Hex

#FEFC76
(254,252,118)
0 Favorites   0 Comments

Color spaces of #fefc76

RGB 254252118
HSL0.160.990.73
HSV59°54°100°
CMYK 0.000.010.54   0.00
XYZ78.953591.999630.7360
Yxy91.99960.39150.4561
Hunter Lab95.9164-20.921748.1423
CIE-Lab96.8201-16.275963.3199

#fefc76 color RGB value is (254,252,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 01110110
Octal 376 374 166
Decimal 254 252 118
Hex FE FC 76

RGB Percentages of Color #fefc76

%40.71
%40.38
%18.91

CMYK Percentages of Color #fefc76

%0
%1
%54
%0

Triadic Colors of #fefc76

#fefc76 #76fefc #fc76fe

Analogous Colors of #fefc76

#fefc76 #bcfe76 #feb876

Monochromatic Colors of #fefc76

#fefc76

Complementary Color

#fefc76 #7678fe

#fefc76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefc76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefc76 Color CSS Codes

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

#fefc76 Text Font Color

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

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


#fefc76 Background Color

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

This div background color is #fefc76


#fefc76 Border Color

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

This div border color is #fefc76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefc76

Related Colors


Comments

No comments written yet.

Please login to write comment.