Color Hex Logo

#fcd43c Color Hex

#FCD43C
(252,212,60)
0 Favorites   0 Comments

Color spaces of #fcd43c

RGB 25221260
HSL0.130.970.61
HSV48°76°99°
CMYK 0.000.160.76   0.01
XYZ64.504068.108714.0215
Yxy68.10870.43990.4645
Hunter Lab82.5280-4.908147.6962
CIE-Lab86.0608-0.524574.9699

#fcd43c color RGB value is (252,212,60).

#fcd43c hex color red value is 252, green value is 212 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #fcd43c hue: 0.13 , saturation: 0.97 and the lightness value of fcd43c is 0.61.

The process color (four color CMYK) of #fcd43c color hex is 0.00, 0.16, 0.76, 0.01. Web safe color of #fcd43c is #ffcc33. Color #fcd43c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010100 00111100
Octal 374 324 74
Decimal 252 212 60
Hex FC D4 3C

RGB Percentages of Color #fcd43c

%48.09
%40.46
%11.45

CMYK Percentages of Color #fcd43c

%0
%16
%76
%1

Triadic Colors of #fcd43c

#fcd43c #3cfcd4 #d43cfc

Analogous Colors of #fcd43c

#fcd43c #c4fc3c #fc743c

Monochromatic Colors of #fcd43c

#fcd43c

Complementary Color

#fcd43c #3c64fc

#fcd43c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd43c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd43c Color CSS Codes

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

#fcd43c Text Font Color

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

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


#fcd43c Background Color

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

This div background color is #fcd43c


#fcd43c Border Color

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

This div border color is #fcd43c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd43c


Comments

No comments written yet.

Please login to write comment.