Color Hex Logo

#fcd31c Color Hex

#FCD31C
(252,211,28)
0 Favorites   0 Comments

Color spaces of #fcd31c

RGB 25221128
HSL0.140.970.55
HSV49°89°99°
CMYK 0.000.160.89   0.01
XYZ63.648867.367810.7472
Yxy67.36780.44900.4752
Hunter Lab82.0779-5.215249.6911
CIE-Lab85.6893-0.874082.8974

#fcd31c color RGB value is (252,211,28).

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

The process color (four color CMYK) of #fcd31c color hex is 0.00, 0.16, 0.89, 0.01. Web safe color of #fcd31c is #ffcc33. Color #fcd31c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010011 00011100
Octal 374 323 34
Decimal 252 211 28
Hex FC D3 1C

RGB Percentages of Color #fcd31c

%51.32
%42.97
%5.70

CMYK Percentages of Color #fcd31c

%0
%16
%89
%1

Triadic Colors of #fcd31c

#fcd31c #1cfcd3 #d31cfc

Analogous Colors of #fcd31c

#fcd31c #b5fc1c #fc631c

Monochromatic Colors of #fcd31c

#fcd31c

Complementary Color

#fcd31c #1c45fc

#fcd31c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd31c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd31c Color CSS Codes

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

#fcd31c Text Font Color

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

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


#fcd31c Background Color

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

This div background color is #fcd31c


#fcd31c Border Color

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

This div border color is #fcd31c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd31c

Related Colors


Comments

No comments written yet.

Please login to write comment.