Color Hex Logo

#fcfc2e Color Hex

#FCFC2E
(252,252,46)
0 Favorites   0 Comments

Color spaces of #fcfc2e

RGB 25225246
HSL0.170.970.58
HSV60°82°99°
CMYK 0.000.000.82   0.01
XYZ75.448490.513516.0791
Yxy90.51350.41450.4972
Hunter Lab95.1386-24.935456.5766
CIE-Lab96.2094-20.704287.7509

#fcfc2e color RGB value is (252,252,46).

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

The process color (four color CMYK) of #fcfc2e color hex is 0.00, 0.00, 0.82, 0.01. Web safe color of #fcfc2e is #ffff33. Color #fcfc2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111100 00101110
Octal 374 374 56
Decimal 252 252 46
Hex FC FC 2E

RGB Percentages of Color #fcfc2e

%45.82
%45.82
%8.36

CMYK Percentages of Color #fcfc2e

%0
%0
%82
%1

Triadic Colors of #fcfc2e

#fcfc2e #2efcfc #fc2efc

Analogous Colors of #fcfc2e

#fcfc2e #95fc2e #fc952e

Monochromatic Colors of #fcfc2e

#fcfc2e

Complementary Color

#fcfc2e #2e2efc

#fcfc2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfc2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfc2e Color CSS Codes

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

#fcfc2e Text Font Color

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

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


#fcfc2e Background Color

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

This div background color is #fcfc2e


#fcfc2e Border Color

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

This div border color is #fcfc2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfc2e

Related Colors


Comments

No comments written yet.

Please login to write comment.