Color Hex Logo

#fcf580 Color Hex

#FCF580
(252,245,128)
0 Favorites   0 Comments

Color spaces of #fcf580

RGB 252245128
HSL0.160.950.75
HSV57°49°99°
CMYK 0.000.030.49   0.01
XYZ76.693687.558833.2804
Yxy87.55880.38830.4433
Hunter Lab93.5729-17.451544.4137
CIE-Lab94.9749-12.850056.6137

#fcf580 color RGB value is (252,245,128).

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

The process color (four color CMYK) of #fcf580 color hex is 0.00, 0.03, 0.49, 0.01. Web safe color of #fcf580 is #ffff99. Color #fcf580 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110101 10000000
Octal 374 365 200
Decimal 252 245 128
Hex FC F5 80

RGB Percentages of Color #fcf580

%40.32
%39.20
%20.48

CMYK Percentages of Color #fcf580

%0
%3
%49
%1

Triadic Colors of #fcf580

#fcf580 #80fcf5 #f580fc

Analogous Colors of #fcf580

#fcf580 #c5fc80 #fcb780

Monochromatic Colors of #fcf580

#fcf580

Complementary Color

#fcf580 #8087fc

#fcf580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf580 Color CSS Codes

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

#fcf580 Text Font Color

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

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


#fcf580 Background Color

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

This div background color is #fcf580


#fcf580 Border Color

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

This div border color is #fcf580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf580


Comments

No comments written yet.

Please login to write comment.