Color Hex Logo

#fcd04e Color Hex

#FCD04E
(252,208,78)
0 Favorites   0 Comments

Color spaces of #fcd04e

RGB 25220878
HSL0.120.970.65
HSV45°69°99°
CMYK 0.000.170.69   0.01
XYZ64.075966.357316.6388
Yxy66.35730.43570.4512
Hunter Lab81.4600-2.148044.9116
CIE-Lab85.17832.304967.5193

#fcd04e color RGB value is (252,208,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010000 01001110
Octal 374 320 116
Decimal 252 208 78
Hex FC D0 4E

RGB Percentages of Color #fcd04e

%46.84
%38.66
%14.50

CMYK Percentages of Color #fcd04e

%0
%17
%69
%1

Triadic Colors of #fcd04e

#fcd04e #4efcd0 #d04efc

Analogous Colors of #fcd04e

#fcd04e #d1fc4e #fc794e

Monochromatic Colors of #fcd04e

#fcd04e

Complementary Color

#fcd04e #4e7afc

#fcd04e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd04e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd04e Color CSS Codes

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

#fcd04e Text Font Color

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

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


#fcd04e Background Color

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

This div background color is #fcd04e


#fcd04e Border Color

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

This div border color is #fcd04e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd04e


Comments

No comments written yet.

Please login to write comment.