Color Hex Logo

#fedc74 Color Hex

#FEDC74
(254,220,116)
0 Favorites   0 Comments

Color spaces of #fedc74

RGB 254220116
HSL0.130.990.73
HSV45°54°100°
CMYK 0.000.130.54   0.00
XYZ69.618673.518227.0441
Yxy73.51820.40910.4320
Hunter Lab85.7428-5.117241.3193
CIE-Lab88.6943-0.556654.7884

#fedc74 color RGB value is (254,220,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 01110100
Octal 376 334 164
Decimal 254 220 116
Hex FE DC 74

RGB Percentages of Color #fedc74

%43.05
%37.29
%19.66

CMYK Percentages of Color #fedc74

%0
%13
%54
%0

Triadic Colors of #fedc74

#fedc74 #74fedc #dc74fe

Analogous Colors of #fedc74

#fedc74 #dbfe74 #fe9774

Monochromatic Colors of #fedc74

#fedc74

Complementary Color

#fedc74 #7496fe

#fedc74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedc74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedc74 Color CSS Codes

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

#fedc74 Text Font Color

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

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


#fedc74 Background Color

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

This div background color is #fedc74


#fedc74 Border Color

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

This div border color is #fedc74


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,220,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedc74

Related Colors


Comments

No comments written yet.

Please login to write comment.