Color Hex Logo

#fedc78 Color Hex

#FEDC78
(254,220,120)
0 Favorites   0 Comments

Color spaces of #fedc78

RGB 254220120
HSL0.120.990.73
HSV45°53°100°
CMYK 0.000.130.53   0.00
XYZ69.856473.613328.2963
Yxy73.61330.40670.4286
Hunter Lab85.7982-4.813240.5049
CIE-Lab88.7394-0.238552.9551

#fedc78 color RGB value is (254,220,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 01111000
Octal 376 334 170
Decimal 254 220 120
Hex FE DC 78

RGB Percentages of Color #fedc78

%42.76
%37.04
%20.20

CMYK Percentages of Color #fedc78

%0
%13
%53
%0

Triadic Colors of #fedc78

#fedc78 #78fedc #dc78fe

Analogous Colors of #fedc78

#fedc78 #ddfe78 #fe9978

Monochromatic Colors of #fedc78

#fedc78

Complementary Color

#fedc78 #789afe

#fedc78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedc78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedc78 Color CSS Codes

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

#fedc78 Text Font Color

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

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


#fedc78 Background Color

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

This div background color is #fedc78


#fedc78 Border Color

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

This div border color is #fedc78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedc78

Related Colors


Comments

No comments written yet.

Please login to write comment.