Color Hex Logo

#fcd93a Color Hex

#FCD93A
(252,217,58)
1 Favorites   0 Comments

Color spaces of #fcd93a

RGB 25221758
HSL0.140.970.61
HSV49°77°99°
CMYK 0.000.140.77   0.01
XYZ65.721570.626614.1714
Yxy70.62660.43660.4692
Hunter Lab84.0396-7.477048.8298
CIE-Lab87.3033-3.132976.7535

#fcd93a color RGB value is (252,217,58).

#fcd93a hex color red value is 252, green value is 217 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fcd93a hue: 0.14 , saturation: 0.97 and the lightness value of fcd93a is 0.61.

The process color (four color CMYK) of #fcd93a color hex is 0.00, 0.14, 0.77, 0.01. Web safe color of #fcd93a is #ffcc33. Color #fcd93a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011001 00111010
Octal 374 331 72
Decimal 252 217 58
Hex FC D9 3A

RGB Percentages of Color #fcd93a

%47.82
%41.18
%11.01

CMYK Percentages of Color #fcd93a

%0
%14
%77
%1

Triadic Colors of #fcd93a

#fcd93a #3afcd9 #d93afc

Analogous Colors of #fcd93a

#fcd93a #befc3a #fc783a

Monochromatic Colors of #fcd93a

#fcd93a

Complementary Color

#fcd93a #3a5dfc

#fcd93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd93a Color CSS Codes

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

#fcd93a Text Font Color

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

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


#fcd93a Background Color

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

This div background color is #fcd93a


#fcd93a Border Color

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

This div border color is #fcd93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd93a


Comments

No comments written yet.

Please login to write comment.