Color Hex Logo

#fcf880 Color Hex

#FCF880
(252,248,128)
0 Favorites   0 Comments

Color spaces of #fcf880

RGB 252248128
HSL0.160.950.75
HSV58°49°99°
CMYK 0.000.020.49   0.01
XYZ77.608689.388833.5854
Yxy89.38880.38690.4456
Hunter Lab94.5457-18.931645.1204
CIE-Lab95.7427-14.315757.5272

#fcf880 color RGB value is (252,248,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111000 10000000
Octal 374 370 200
Decimal 252 248 128
Hex FC F8 80

RGB Percentages of Color #fcf880

%40.13
%39.49
%20.38

CMYK Percentages of Color #fcf880

%0
%2
%49
%1

Triadic Colors of #fcf880

#fcf880 #80fcf8 #f880fc

Analogous Colors of #fcf880

#fcf880 #c2fc80 #fcba80

Monochromatic Colors of #fcf880

#fcf880

Complementary Color

#fcf880 #8084fc

#fcf880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf880 Color CSS Codes

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

#fcf880 Text Font Color

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

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


#fcf880 Background Color

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

This div background color is #fcf880


#fcf880 Border Color

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

This div border color is #fcf880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf880

Related Colors


Comments

No comments written yet.

Please login to write comment.