Color Hex Logo

#fcd04d Color Hex

#FCD04D
(252,208,77)
0 Favorites   0 Comments

Color spaces of #fcd04d

RGB 25220877
HSL0.120.970.65
HSV45°69°99°
CMYK 0.000.170.69   0.01
XYZ64.040366.343016.4514
Yxy66.34300.43610.4518
Hunter Lab81.4512-2.195645.0405
CIE-Lab85.17112.255067.9097

#fcd04d color RGB value is (252,208,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010000 01001101
Octal 374 320 115
Decimal 252 208 77
Hex FC D0 4D

RGB Percentages of Color #fcd04d

%46.93
%38.73
%14.34

CMYK Percentages of Color #fcd04d

%0
%17
%69
%1

Triadic Colors of #fcd04d

#fcd04d #4dfcd0 #d04dfc

Analogous Colors of #fcd04d

#fcd04d #d1fc4d #fc794d

Monochromatic Colors of #fcd04d

#fcd04d

Complementary Color

#fcd04d #4d79fc

#fcd04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd04d Color CSS Codes

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

#fcd04d Text Font Color

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

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


#fcd04d Background Color

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

This div background color is #fcd04d


#fcd04d Border Color

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

This div border color is #fcd04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd04d


Comments

No comments written yet.

Please login to write comment.