Color Hex Logo

#fcf080 Color Hex

#FCF080
(252,240,128)
0 Favorites   0 Comments

Color spaces of #fcf080

RGB 252240128
HSL0.150.950.75
HSV54°49°99°
CMYK 0.000.050.49   0.01
XYZ75.201384.574132.7830
Yxy84.57410.39050.4392
Hunter Lab91.9642-14.973643.2395
CIE-Lab93.6993-10.390855.0889

#fcf080 color RGB value is (252,240,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110000 10000000
Octal 374 360 200
Decimal 252 240 128
Hex FC F0 80

RGB Percentages of Color #fcf080

%40.65
%38.71
%20.65

CMYK Percentages of Color #fcf080

%0
%5
%49
%1

Triadic Colors of #fcf080

#fcf080 #80fcf0 #f080fc

Analogous Colors of #fcf080

#fcf080 #cafc80 #fcb280

Monochromatic Colors of #fcf080

#fcf080

Complementary Color

#fcf080 #808cfc

#fcf080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf080 Color CSS Codes

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

#fcf080 Text Font Color

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

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


#fcf080 Background Color

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

This div background color is #fcf080


#fcf080 Border Color

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

This div border color is #fcf080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf080

Related Colors


Comments

No comments written yet.

Please login to write comment.