Color Hex Logo

#fcdc4c Color Hex

#FCDC4C
(252,220,76)
0 Favorites   0 Comments

Color spaces of #fcdc4c

RGB 25222076
HSL0.140.970.64
HSV49°70°99°
CMYK 0.000.130.70   0.01
XYZ67.042672.403617.2793
Yxy72.40360.42780.4620
Hunter Lab85.0903-8.268047.5232
CIE-Lab88.1625-3.893571.3096

#fcdc4c color RGB value is (252,220,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 01001100
Octal 374 334 114
Decimal 252 220 76
Hex FC DC 4C

RGB Percentages of Color #fcdc4c

%45.99
%40.15
%13.87

CMYK Percentages of Color #fcdc4c

%0
%13
%70
%1

Triadic Colors of #fcdc4c

#fcdc4c #4cfcdc #dc4cfc

Analogous Colors of #fcdc4c

#fcdc4c #c4fc4c #fc844c

Monochromatic Colors of #fcdc4c

#fcdc4c

Complementary Color

#fcdc4c #4c6cfc

#fcdc4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdc4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdc4c Color CSS Codes

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

#fcdc4c Text Font Color

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

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


#fcdc4c Background Color

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

This div background color is #fcdc4c


#fcdc4c Border Color

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

This div border color is #fcdc4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdc4c

Related Colors


Comments

No comments written yet.

Please login to write comment.