Color Hex Logo

#fcd53e Color Hex

#FCD53E
(252,213,62)
0 Favorites   0 Comments

Color spaces of #fcd53e

RGB 25221362
HSL0.130.970.62
HSV48°75°99°
CMYK 0.000.150.75   0.01
XYZ64.808668.631714.3889
Yxy68.63170.43840.4643
Hunter Lab82.8443-5.337947.6931
CIE-Lab86.3213-0.957174.5447

#fcd53e color RGB value is (252,213,62).

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

The process color (four color CMYK) of #fcd53e color hex is 0.00, 0.15, 0.75, 0.01. Web safe color of #fcd53e is #ffcc33. Color #fcd53e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010101 00111110
Octal 374 325 76
Decimal 252 213 62
Hex FC D5 3E

RGB Percentages of Color #fcd53e

%47.82
%40.42
%11.76

CMYK Percentages of Color #fcd53e

%0
%15
%75
%1

Triadic Colors of #fcd53e

#fcd53e #3efcd5 #d53efc

Analogous Colors of #fcd53e

#fcd53e #c4fc3e #fc763e

Monochromatic Colors of #fcd53e

#fcd53e

Complementary Color

#fcd53e #3e65fc

#fcd53e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd53e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd53e Color CSS Codes

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

#fcd53e Text Font Color

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

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


#fcd53e Background Color

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

This div background color is #fcd53e


#fcd53e Border Color

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

This div border color is #fcd53e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd53e


Comments

No comments written yet.

Please login to write comment.