Color Hex Logo

#fcfc00 Color Hex

#FCFC00
(252,252,0)
0 Favorites   0 Comments

Color spaces of #fcfc00

RGB 2522520
HSL0.171.000.49
HSV60°100°99°
CMYK 0.000.001.00   0.01
XYZ74.955390.316313.4822
Yxy90.31630.41930.5053
Hunter Lab95.0349-25.525758.1132
CIE-Lab96.1278-21.363493.6387

#fcfc00 color RGB value is (252,252,0).

#fcfc00 hex color red value is 252, green value is 252 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #fcfc00 hue: 0.17 , saturation: 1.00 and the lightness value of fcfc00 is 0.49.

The process color (four color CMYK) of #fcfc00 color hex is 0.00, 0.00, 1.00, 0.01. Web safe color of #fcfc00 is #ffff00. Color #fcfc00 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111100 00000000
Octal 374 374 0
Decimal 252 252 0
Hex FC FC 0

RGB Percentages of Color #fcfc00

%50.00
%50.00
%0.00

CMYK Percentages of Color #fcfc00

%0
%0
%100
%1

Triadic Colors of #fcfc00

#fcfc00 #00fcfc #fc00fc

Analogous Colors of #fcfc00

#fcfc00 #7efc00 #fc7e00

Monochromatic Colors of #fcfc00

#fcfc00

Complementary Color

#fcfc00 #0000fc

#fcfc00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfc00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfc00 Color CSS Codes

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

#fcfc00 Text Font Color

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

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


#fcfc00 Background Color

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

This div background color is #fcfc00


#fcfc00 Border Color

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

This div border color is #fcfc00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfc00

Related Colors

#fcfc00 Color Palettes


Comments

No comments written yet.

Please login to write comment.