Color Hex Logo

#fcdc4d Color Hex

#FCDC4D
(252,220,77)
0 Favorites   0 Comments

Color spaces of #fcdc4d

RGB 25222077
HSL0.140.970.65
HSV49°69°99°
CMYK 0.000.130.69   0.01
XYZ67.077672.417717.4638
Yxy72.41770.42740.4614
Hunter Lab85.0986-8.222847.4016
CIE-Lab88.1693-3.845270.9372

#fcdc4d color RGB value is (252,220,77).

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

The process color (four color CMYK) of #fcdc4d color hex is 0.00, 0.13, 0.69, 0.01. Web safe color of #fcdc4d is #ffcc66. Color #fcdc4d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 01001101
Octal 374 334 115
Decimal 252 220 77
Hex FC DC 4D

RGB Percentages of Color #fcdc4d

%45.90
%40.07
%14.03

CMYK Percentages of Color #fcdc4d

%0
%13
%69
%1

Triadic Colors of #fcdc4d

#fcdc4d #4dfcdc #dc4dfc

Analogous Colors of #fcdc4d

#fcdc4d #c5fc4d #fc854d

Monochromatic Colors of #fcdc4d

#fcdc4d

Complementary Color

#fcdc4d #4d6dfc

#fcdc4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdc4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdc4d Color CSS Codes

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

#fcdc4d Text Font Color

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

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


#fcdc4d Background Color

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

This div background color is #fcdc4d


#fcdc4d Border Color

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

This div border color is #fcdc4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdc4d

#fcdc4d Color Palettes


Comments

No comments written yet.

Please login to write comment.