Color Hex Logo

#fcc780 Color Hex

#FCC780
(252,199,128)
0 Favorites   0 Comments

Color spaces of #fcc780

RGB 252199128
HSL0.100.950.75
HSV34°49°99°
CMYK 0.000.210.49   0.01
XYZ64.464663.100829.2041
Yxy63.10080.41120.4025
Hunter Lab79.43605.844833.8077
CIE-Lab83.495410.443742.5631

#fcc780 color RGB value is (252,199,128).

#fcc780 hex color red value is 252, green value is 199 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #fcc780 hue: 0.10 , saturation: 0.95 and the lightness value of fcc780 is 0.75.

The process color (four color CMYK) of #fcc780 color hex is 0.00, 0.21, 0.49, 0.01. Web safe color of #fcc780 is #ffcc99. Color #fcc780 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000111 10000000
Octal 374 307 200
Decimal 252 199 128
Hex FC C7 80

RGB Percentages of Color #fcc780

%43.52
%34.37
%22.11

CMYK Percentages of Color #fcc780

%0
%21
%49
%1

Triadic Colors of #fcc780

#fcc780 #80fcc7 #c780fc

Analogous Colors of #fcc780

#fcc780 #f3fc80 #fc8980

Monochromatic Colors of #fcc780

#fcc780

Complementary Color

#fcc780 #80b5fc

#fcc780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc780 Color CSS Codes

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

#fcc780 Text Font Color

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

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


#fcc780 Background Color

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

This div background color is #fcc780


#fcc780 Border Color

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

This div border color is #fcc780


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,199,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc780


Comments

No comments written yet.

Please login to write comment.