Color Hex Logo

#fcfd81 Color Hex

#FCFD81
(252,253,129)
0 Favorites   0 Comments

Color spaces of #fcfd81

RGB 252253129
HSL0.170.970.75
HSV60°49°99°
CMYK 0.000.000.49   0.01
XYZ79.232692.531034.4531
Yxy92.53100.38420.4487
Hunter Lab96.1930-21.310346.0994
CIE-Lab97.0369-16.657258.6048

#fcfd81 color RGB value is (252,253,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111101 10000001
Octal 374 375 201
Decimal 252 253 129
Hex FC FD 81

RGB Percentages of Color #fcfd81

%39.75
%39.91
%20.35

CMYK Percentages of Color #fcfd81

%0
%0
%49
%1

Triadic Colors of #fcfd81

#fcfd81 #81fcfd #fd81fc

Analogous Colors of #fcfd81

#fcfd81 #befd81 #fdc081

Monochromatic Colors of #fcfd81

#fcfd81

Complementary Color

#fcfd81 #8281fd

#fcfd81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfd81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfd81 Color CSS Codes

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

#fcfd81 Text Font Color

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

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


#fcfd81 Background Color

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

This div background color is #fcfd81


#fcfd81 Border Color

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

This div border color is #fcfd81


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,253,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fcfd81">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfd81

Related Colors

#fcfd81 Color Palettes


Comments

No comments written yet.

Please login to write comment.