Color Hex Logo

#fcd04c Color Hex

#FCD04C
(252,208,76)
0 Favorites   0 Comments

Color spaces of #fcd04c

RGB 25220876
HSL0.130.970.64
HSV45°70°99°
CMYK 0.000.170.70   0.01
XYZ64.005366.329016.2668
Yxy66.32900.43660.4524
Hunter Lab81.4426-2.242445.1676
CIE-Lab85.16402.205868.2973

#fcd04c color RGB value is (252,208,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010000 01001100
Octal 374 320 114
Decimal 252 208 76
Hex FC D0 4C

RGB Percentages of Color #fcd04c

%47.01
%38.81
%14.18

CMYK Percentages of Color #fcd04c

%0
%17
%70
%1

Triadic Colors of #fcd04c

#fcd04c #4cfcd0 #d04cfc

Analogous Colors of #fcd04c

#fcd04c #d0fc4c #fc784c

Monochromatic Colors of #fcd04c

#fcd04c

Complementary Color

#fcd04c #4c78fc

#fcd04c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd04c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd04c Color CSS Codes

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

#fcd04c Text Font Color

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

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


#fcd04c Background Color

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

This div background color is #fcd04c


#fcd04c Border Color

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

This div border color is #fcd04c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd04c


Comments

No comments written yet.

Please login to write comment.