Color Hex Logo

#fcd93d Color Hex

#FCD93D
(252,217,61)
0 Favorites   0 Comments

Color spaces of #fcd93d

RGB 25221761
HSL0.140.970.61
HSV49°76°99°
CMYK 0.000.140.76   0.01
XYZ65.800070.658114.5852
Yxy70.65810.43560.4678
Hunter Lab84.0584-7.374348.5533
CIE-Lab87.3186-3.023175.8029

#fcd93d color RGB value is (252,217,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011001 00111101
Octal 374 331 75
Decimal 252 217 61
Hex FC D9 3D

RGB Percentages of Color #fcd93d

%47.55
%40.94
%11.51

CMYK Percentages of Color #fcd93d

%0
%14
%76
%1

Triadic Colors of #fcd93d

#fcd93d #3dfcd9 #d93dfc

Analogous Colors of #fcd93d

#fcd93d #c0fc3d #fc7a3d

Monochromatic Colors of #fcd93d

#fcd93d

Complementary Color

#fcd93d #3d60fc

#fcd93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd93d Color CSS Codes

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

#fcd93d Text Font Color

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

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


#fcd93d Background Color

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

This div background color is #fcd93d


#fcd93d Border Color

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

This div border color is #fcd93d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd93d


Comments

No comments written yet.

Please login to write comment.