color codes Logo

#fcfe4c color codes

#FCFE4C
(252,254,76)
0 Favorites   0 Comments

Color spaces of #fcfe4c

RGB 25225476
HSL0.170.990.65
HSV61°70°100°
CMYK 0.010.000.70   0.00
XYZ76.891292.100920.5621
Yxy92.10090.40560.4859
Hunter Lab95.9692-24.930754.4751
CIE-Lab96.8615-20.582879.8442

#fcfe4c color RGB value is (252,254,76).

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

The process color (four color CMYK) of #fcfe4c color code is 0.01, 0.00, 0.70, 0.00. Web safe color of #fcfe4c is #ffff33. Color #fcfe4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111110 01001100
Octal 374 376 114
Decimal 252 254 76
Hex FC FE 4C

RGB Percentages of Color #fcfe4c

%43.30
%43.64
%13.06

CMYK Percentages of Color #fcfe4c

%1
%0
%70
%0

Triadic Colors of #fcfe4c

#fcfe4c #4cfcfe #fe4cfc

Analogous Colors of #fcfe4c

#fcfe4c #a3fe4c #fea74c

Monochromatic Colors of #fcfe4c

#fcfe4c

Complementary Color

#fcfe4c #4e4cfe

#fcfe4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfe4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfe4c Color CSS Codes

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

#fcfe4c Text Font Color

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

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


#fcfe4c Background Color

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

This div background color is #fcfe4c


#fcfe4c Border Color

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

This div border color is #fcfe4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfe4c

Related Colors


Comments

No comments written yet.

Please login to write comment.