Color Hex Logo

#fecc78 Color Hex

#FECC78
(254,204,120)
0 Favorites   0 Comments

Color spaces of #fecc78

RGB 254204120
HSL0.100.990.73
HSV38°53°100°
CMYK 0.000.200.53   0.00
XYZ65.856165.612626.9628
Yxy65.61260.41570.4141
Hunter Lab81.00163.371636.9654
CIE-Lab84.79847.965648.1975

#fecc78 color RGB value is (254,204,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 01111000
Octal 376 314 170
Decimal 254 204 120
Hex FE CC 78

RGB Percentages of Color #fecc78

%43.94
%35.29
%20.76

CMYK Percentages of Color #fecc78

%0
%20
%53
%0

Triadic Colors of #fecc78

#fecc78 #78fecc #cc78fe

Analogous Colors of #fecc78

#fecc78 #edfe78 #fe8978

Monochromatic Colors of #fecc78

#fecc78

Complementary Color

#fecc78 #78aafe

#fecc78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecc78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecc78 Color CSS Codes

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

#fecc78 Text Font Color

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

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


#fecc78 Background Color

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

This div background color is #fecc78


#fecc78 Border Color

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

This div border color is #fecc78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecc78


Comments

No comments written yet.

Please login to write comment.