Color Hex Logo

#fed978 Color Hex

#FED978
(254,217,120)
0 Favorites   0 Comments

Color spaces of #fed978

RGB 254217120
HSL0.120.990.73
HSV43°53°100°
CMYK 0.000.150.53   0.00
XYZ69.076172.052628.0361
Yxy72.05260.40830.4259
Hunter Lab84.8838-3.288339.8359
CIE-Lab87.99391.288552.0621

#fed978 color RGB value is (254,217,120).

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

The process color (four color CMYK) of #fed978 color hex is 0.00, 0.15, 0.53, 0.00. Web safe color of #fed978 is #ffcc66. Color #fed978 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011001 01111000
Octal 376 331 170
Decimal 254 217 120
Hex FE D9 78

RGB Percentages of Color #fed978

%42.98
%36.72
%20.30

CMYK Percentages of Color #fed978

%0
%15
%53
%0

Triadic Colors of #fed978

#fed978 #78fed9 #d978fe

Analogous Colors of #fed978

#fed978 #e0fe78 #fe9678

Monochromatic Colors of #fed978

#fed978

Complementary Color

#fed978 #789dfe

#fed978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed978 Color CSS Codes

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

#fed978 Text Font Color

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

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


#fed978 Background Color

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

This div background color is #fed978


#fed978 Border Color

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

This div border color is #fed978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed978


Comments

No comments written yet.

Please login to write comment.