Color Hex Logo

#fedc76 Color Hex

#FEDC76
(254,220,118)
0 Favorites   0 Comments

Color spaces of #fedc76

RGB 254220118
HSL0.130.990.73
HSV45°54°100°
CMYK 0.000.130.54   0.00
XYZ69.736373.565227.6636
Yxy73.56520.40790.4303
Hunter Lab85.7702-4.966540.9162
CIE-Lab88.7166-0.398953.8742

#fedc76 color RGB value is (254,220,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 01110110
Octal 376 334 166
Decimal 254 220 118
Hex FE DC 76

RGB Percentages of Color #fedc76

%42.91
%37.16
%19.93

CMYK Percentages of Color #fedc76

%0
%13
%54
%0

Triadic Colors of #fedc76

#fedc76 #76fedc #dc76fe

Analogous Colors of #fedc76

#fedc76 #dcfe76 #fe9876

Monochromatic Colors of #fedc76

#fedc76

Complementary Color

#fedc76 #7698fe

#fedc76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedc76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedc76 Color CSS Codes

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

#fedc76 Text Font Color

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

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


#fedc76 Background Color

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

This div background color is #fedc76


#fedc76 Border Color

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

This div border color is #fedc76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedc76


Comments

No comments written yet.

Please login to write comment.