Color Hex Logo

#fcfe2c Color Hex

#FCFE2C
(252,254,44)
0 Favorites   0 Comments

Color spaces of #fcfe2c

RGB 25225444
HSL0.170.990.58
HSV61°83°100°
CMYK 0.010.000.83   0.00
XYZ76.041391.760916.0867
Yxy91.76090.41350.4990
Hunter Lab95.7919-25.939457.0975
CIE-Lab96.7225-21.706488.6189

#fcfe2c color RGB value is (252,254,44).

#fcfe2c hex color red value is 252, green value is 254 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #fcfe2c hue: 0.17 , saturation: 0.99 and the lightness value of fcfe2c is 0.58.

The process color (four color CMYK) of #fcfe2c color hex is 0.01, 0.00, 0.83, 0.00. Web safe color of #fcfe2c is #ffff33. Color #fcfe2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111110 00101100
Octal 374 376 54
Decimal 252 254 44
Hex FC FE 2C

RGB Percentages of Color #fcfe2c

%45.82
%46.18
%8.00

CMYK Percentages of Color #fcfe2c

%1
%0
%83
%0

Triadic Colors of #fcfe2c

#fcfe2c #2cfcfe #fe2cfc

Analogous Colors of #fcfe2c

#fcfe2c #93fe2c #fe972c

Monochromatic Colors of #fcfe2c

#fcfe2c

Complementary Color

#fcfe2c #2e2cfe

#fcfe2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfe2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfe2c Color CSS Codes

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

#fcfe2c Text Font Color

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

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


#fcfe2c Background Color

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

This div background color is #fcfe2c


#fcfe2c Border Color

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

This div border color is #fcfe2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfe2c

Related Colors


Comments

No comments written yet.

Please login to write comment.