Color Hex Logo

#fcd84d Color Hex

#FCD84D
(252,216,77)
0 Favorites   0 Comments

Color spaces of #fcd84d

RGB 25221677
HSL0.130.970.65
HSV48°69°99°
CMYK 0.000.140.69   0.01
XYZ66.040370.343017.1180
Yxy70.34300.43020.4583
Hunter Lab83.8707-6.221946.6084
CIE-Lab87.1648-1.822369.9274

#fcd84d color RGB value is (252,216,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011000 01001101
Octal 374 330 115
Decimal 252 216 77
Hex FC D8 4D

RGB Percentages of Color #fcd84d

%46.24
%39.63
%14.13

CMYK Percentages of Color #fcd84d

%0
%14
%69
%1

Triadic Colors of #fcd84d

#fcd84d #4dfcd8 #d84dfc

Analogous Colors of #fcd84d

#fcd84d #c9fc4d #fc814d

Monochromatic Colors of #fcd84d

#fcd84d

Complementary Color

#fcd84d #4d71fc

#fcd84d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd84d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd84d Color CSS Codes

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

#fcd84d Text Font Color

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

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


#fcd84d Background Color

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

This div background color is #fcd84d


#fcd84d Border Color

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

This div border color is #fcd84d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd84d


Comments

No comments written yet.

Please login to write comment.