Color Hex Logo

#fec978 Color Hex

#FEC978
(254,201,120)
0 Favorites   0 Comments

Color spaces of #fec978

RGB 254201120
HSL0.100.990.73
HSV36°53°100°
CMYK 0.000.210.53   0.00
XYZ65.149964.200226.7274
Yxy64.20020.41740.4113
Hunter Lab80.12504.920136.3101
CIE-Lab84.06999.518647.3080

#fec978 color RGB value is (254,201,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001001 01111000
Octal 376 311 170
Decimal 254 201 120
Hex FE C9 78

RGB Percentages of Color #fec978

%44.17
%34.96
%20.87

CMYK Percentages of Color #fec978

%0
%21
%53
%0

Triadic Colors of #fec978

#fec978 #78fec9 #c978fe

Analogous Colors of #fec978

#fec978 #f0fe78 #fe8678

Monochromatic Colors of #fec978

#fec978

Complementary Color

#fec978 #78adfe

#fec978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec978 Color CSS Codes

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

#fec978 Text Font Color

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

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


#fec978 Background Color

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

This div background color is #fec978


#fec978 Border Color

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

This div border color is #fec978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec978


Comments

No comments written yet.

Please login to write comment.