Color Hex Logo

#fcc978 Color Hex

#FCC978
(252,201,120)
0 Favorites   0 Comments

Color spaces of #fcc978

RGB 252201120
HSL0.100.960.73
HSV37°52°99°
CMYK 0.000.200.52   0.01
XYZ64.421763.824826.6933
Yxy63.82480.41580.4119
Hunter Lab79.89044.129836.1131
CIE-Lab83.87458.712347.0243

#fcc978 color RGB value is (252,201,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001001 01111000
Octal 374 311 170
Decimal 252 201 120
Hex FC C9 78

RGB Percentages of Color #fcc978

%43.98
%35.08
%20.94

CMYK Percentages of Color #fcc978

%0
%20
%52
%1

Triadic Colors of #fcc978

#fcc978 #78fcc9 #c978fc

Analogous Colors of #fcc978

#fcc978 #edfc78 #fc8778

Monochromatic Colors of #fcc978

#fcc978

Complementary Color

#fcc978 #78abfc

#fcc978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc978 Color CSS Codes

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

#fcc978 Text Font Color

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

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


#fcc978 Background Color

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

This div background color is #fcc978


#fcc978 Border Color

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

This div border color is #fcc978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc978


Comments

No comments written yet.

Please login to write comment.