Color Hex Logo

#fcfd80 Color Hex

#FCFD80
(252,253,128)
0 Favorites   0 Comments

Color spaces of #fcfd80

RGB 252253128
HSL0.170.970.75
HSV60°49°99°
CMYK 0.000.000.49   0.01
XYZ79.166492.504534.1047
Yxy92.50450.38470.4495
Hunter Lab96.1793-21.388046.3015
CIE-Lab97.0262-16.741859.0472

#fcfd80 color RGB value is (252,253,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111101 10000000
Octal 374 375 200
Decimal 252 253 128
Hex FC FD 80

RGB Percentages of Color #fcfd80

%39.81
%39.97
%20.22

CMYK Percentages of Color #fcfd80

%0
%0
%49
%1

Triadic Colors of #fcfd80

#fcfd80 #80fcfd #fd80fc

Analogous Colors of #fcfd80

#fcfd80 #befd80 #fdc080

Monochromatic Colors of #fcfd80

#fcfd80

Complementary Color

#fcfd80 #8180fd

#fcfd80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfd80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfd80 Color CSS Codes

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

#fcfd80 Text Font Color

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

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


#fcfd80 Background Color

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

This div background color is #fcfd80


#fcfd80 Border Color

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

This div border color is #fcfd80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfd80

Related Colors


Comments

No comments written yet.

Please login to write comment.