Color Hex Logo

#fcd44e Color Hex

#FCD44E
(252,212,78)
0 Favorites   0 Comments

Color spaces of #fcd44e

RGB 25221278
HSL0.130.970.65
HSV46°69°99°
CMYK 0.000.160.69   0.01
XYZ65.063568.332516.9680
Yxy68.33250.43270.4544
Hunter Lab82.6635-4.165745.6942
CIE-Lab86.17240.260968.5326

#fcd44e color RGB value is (252,212,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010100 01001110
Octal 374 324 116
Decimal 252 212 78
Hex FC D4 4E

RGB Percentages of Color #fcd44e

%46.49
%39.11
%14.39

CMYK Percentages of Color #fcd44e

%0
%16
%69
%1

Triadic Colors of #fcd44e

#fcd44e #4efcd4 #d44efc

Analogous Colors of #fcd44e

#fcd44e #cdfc4e #fc7d4e

Monochromatic Colors of #fcd44e

#fcd44e

Complementary Color

#fcd44e #4e76fc

#fcd44e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd44e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd44e Color CSS Codes

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

#fcd44e Text Font Color

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

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


#fcd44e Background Color

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

This div background color is #fcd44e


#fcd44e Border Color

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

This div border color is #fcd44e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd44e


Comments

No comments written yet.

Please login to write comment.