Color Hex Logo

#fefd76 Color Hex

#FEFD76
(254,253,118)
0 Favorites   0 Comments

Color spaces of #fefd76

RGB 254253118
HSL0.170.990.73
HSV60°54°100°
CMYK 0.000.000.54   0.00
XYZ79.268392.629430.8409
Yxy92.62940.39100.4569
Hunter Lab96.2442-21.411748.3718
CIE-Lab97.0770-16.759263.6137

#fefd76 color RGB value is (254,253,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 01110110
Octal 376 375 166
Decimal 254 253 118
Hex FE FD 76

RGB Percentages of Color #fefd76

%40.64
%40.48
%18.88

CMYK Percentages of Color #fefd76

%0
%0
%54
%0

Triadic Colors of #fefd76

#fefd76 #76fefd #fd76fe

Analogous Colors of #fefd76

#fefd76 #bbfe76 #feb976

Monochromatic Colors of #fefd76

#fefd76

Complementary Color

#fefd76 #7677fe

#fefd76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefd76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefd76 Color CSS Codes

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

#fefd76 Text Font Color

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

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


#fefd76 Background Color

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

This div background color is #fefd76


#fefd76 Border Color

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

This div border color is #fefd76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefd76

Related Colors

#fefd76 Color Palettes


Comments

No comments written yet.

Please login to write comment.