Color Hex Logo

#fcdc2a Color Hex

#FCDC2A
(252,220,42)
0 Favorites   0 Comments

Color spaces of #fcdc2a

RGB 25222042
HSL0.140.970.58
HSV51°83°99°
CMYK 0.000.130.83   0.01
XYZ66.156072.049012.6105
Yxy72.04900.43870.4777
Hunter Lab84.8817-9.421750.6087
CIE-Lab87.9922-5.130081.8082

#fcdc2a color RGB value is (252,220,42).

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

The process color (four color CMYK) of #fcdc2a color hex is 0.00, 0.13, 0.83, 0.01. Web safe color of #fcdc2a is #ffcc33. Color #fcdc2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 00101010
Octal 374 334 52
Decimal 252 220 42
Hex FC DC 2A

RGB Percentages of Color #fcdc2a

%49.03
%42.80
%8.17

CMYK Percentages of Color #fcdc2a

%0
%13
%83
%1

Triadic Colors of #fcdc2a

#fcdc2a #2afcdc #dc2afc

Analogous Colors of #fcdc2a

#fcdc2a #b3fc2a #fc732a

Monochromatic Colors of #fcdc2a

#fcdc2a

Complementary Color

#fcdc2a #2a4afc

#fcdc2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdc2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdc2a Color CSS Codes

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

#fcdc2a Text Font Color

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

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


#fcdc2a Background Color

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

This div background color is #fcdc2a


#fcdc2a Border Color

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

This div border color is #fcdc2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdc2a


Comments

No comments written yet.

Please login to write comment.