Color Hex Logo

#fcd16f Color Hex

#FCD16F
(252,209,111)
0 Favorites   0 Comments

Color spaces of #fcd16f

RGB 252209111
HSL0.120.960.71
HSV42°56°99°
CMYK 0.000.170.56   0.01
XYZ65.814667.444124.5881
Yxy67.44410.41700.4273
Hunter Lab82.1244-0.667439.7356
CIE-Lab85.72773.867053.6008

#fcd16f color RGB value is (252,209,111).

#fcd16f hex color red value is 252, green value is 209 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fcd16f hue: 0.12 , saturation: 0.96 and the lightness value of fcd16f is 0.71.

The process color (four color CMYK) of #fcd16f color hex is 0.00, 0.17, 0.56, 0.01. Web safe color of #fcd16f is #ffcc66. Color #fcd16f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010001 01101111
Octal 374 321 157
Decimal 252 209 111
Hex FC D1 6F

RGB Percentages of Color #fcd16f

%44.06
%36.54
%19.41

CMYK Percentages of Color #fcd16f

%0
%17
%56
%1

Triadic Colors of #fcd16f

#fcd16f #6ffcd1 #d16ffc

Analogous Colors of #fcd16f

#fcd16f #e1fc6f #fc8b6f

Monochromatic Colors of #fcd16f

#fcd16f

Complementary Color

#fcd16f #6f9afc

#fcd16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd16f Color CSS Codes

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

#fcd16f Text Font Color

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

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


#fcd16f Background Color

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

This div background color is #fcd16f


#fcd16f Border Color

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

This div border color is #fcd16f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd16f


Comments

No comments written yet.

Please login to write comment.