Color Hex Logo

#fcd23c Color Hex

#FCD23C
(252,210,60)
0 Favorites   0 Comments

Color spaces of #fcd23c

RGB 25221060
HSL0.130.970.61
HSV47°76°99°
CMYK 0.000.170.76   0.01
XYZ64.007167.114913.8559
Yxy67.11490.44150.4629
Hunter Lab81.9237-3.904147.3188
CIE-Lab85.56190.494574.5090

#fcd23c color RGB value is (252,210,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010010 00111100
Octal 374 322 74
Decimal 252 210 60
Hex FC D2 3C

RGB Percentages of Color #fcd23c

%48.28
%40.23
%11.49

CMYK Percentages of Color #fcd23c

%0
%17
%76
%1

Triadic Colors of #fcd23c

#fcd23c #3cfcd2 #d23cfc

Analogous Colors of #fcd23c

#fcd23c #c6fc3c #fc723c

Monochromatic Colors of #fcd23c

#fcd23c

Complementary Color

#fcd23c #3c66fc

#fcd23c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd23c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd23c Color CSS Codes

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

#fcd23c Text Font Color

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

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


#fcd23c Background Color

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

This div background color is #fcd23c


#fcd23c Border Color

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

This div border color is #fcd23c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,210,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 #fcd23c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd23c

#fcd23c Color Palettes


Comments

No comments written yet.

Please login to write comment.