Color Hex Logo

#fcc480 Color Hex

#FCC480
(252,196,128)
0 Favorites   0 Comments

Color spaces of #fcc480

RGB 252196128
HSL0.090.950.75
HSV33°49°99°
CMYK 0.000.220.49   0.01
XYZ63.781161.733828.9763
Yxy61.73380.41280.3996
Hunter Lab78.57097.401133.1339
CIE-Lab82.771712.005141.6515

#fcc480 color RGB value is (252,196,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000100 10000000
Octal 374 304 200
Decimal 252 196 128
Hex FC C4 80

RGB Percentages of Color #fcc480

%43.75
%34.03
%22.22

CMYK Percentages of Color #fcc480

%0
%22
%49
%1

Triadic Colors of #fcc480

#fcc480 #80fcc4 #c480fc

Analogous Colors of #fcc480

#fcc480 #f6fc80 #fc8680

Monochromatic Colors of #fcc480

#fcc480

Complementary Color

#fcc480 #80b8fc

#fcc480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc480 Color CSS Codes

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

#fcc480 Text Font Color

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

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


#fcc480 Background Color

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

This div background color is #fcc480


#fcc480 Border Color

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

This div border color is #fcc480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc480


Comments

No comments written yet.

Please login to write comment.