Color Hex Logo

#fcfd71 Color Hex

#FCFD71
(252,253,113)
0 Favorites   0 Comments

Color spaces of #fcfd71

RGB 252253113
HSL0.170.970.72
HSV60°55°99°
CMYK 0.000.000.55   0.01
XYZ78.250892.138329.2830
Yxy92.13830.39190.4614
Hunter Lab95.9887-22.465549.1047
CIE-Lab96.8768-17.918765.5185

#fcfd71 color RGB value is (252,253,113).

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

The process color (four color CMYK) of #fcfd71 color hex is 0.00, 0.00, 0.55, 0.01. Web safe color of #fcfd71 is #ffff66. Color #fcfd71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111101 01110001
Octal 374 375 161
Decimal 252 253 113
Hex FC FD 71

RGB Percentages of Color #fcfd71

%40.78
%40.94
%18.28

CMYK Percentages of Color #fcfd71

%0
%0
%55
%1

Triadic Colors of #fcfd71

#fcfd71 #71fcfd #fd71fc

Analogous Colors of #fcfd71

#fcfd71 #b6fd71 #fdb871

Monochromatic Colors of #fcfd71

#fcfd71

Complementary Color

#fcfd71 #7271fd

#fcfd71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfd71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfd71 Color CSS Codes

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

#fcfd71 Text Font Color

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

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


#fcfd71 Background Color

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

This div background color is #fcfd71


#fcfd71 Border Color

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

This div border color is #fcfd71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfd71

Related Colors


Comments

No comments written yet.

Please login to write comment.