Color Hex Logo

#fcf86f Color Hex

#FCF86F
(252,248,111)
0 Favorites   0 Comments

Color spaces of #fcf86f

RGB 252248111
HSL0.160.960.71
HSV58°56°99°
CMYK 0.000.020.56   0.01
XYZ76.581588.977928.1771
Yxy88.97790.39530.4593
Hunter Lab94.3281-20.156648.3189
CIE-Lab95.5712-15.647364.9135

#fcf86f color RGB value is (252,248,111).

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

The process color (four color CMYK) of #fcf86f color hex is 0.00, 0.02, 0.56, 0.01. Web safe color of #fcf86f is #ffff66. Color #fcf86f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111000 01101111
Octal 374 370 157
Decimal 252 248 111
Hex FC F8 6F

RGB Percentages of Color #fcf86f

%41.24
%40.59
%18.17

CMYK Percentages of Color #fcf86f

%0
%2
%56
%1

Triadic Colors of #fcf86f

#fcf86f #6ffcf8 #f86ffc

Analogous Colors of #fcf86f

#fcf86f #bafc6f #fcb26f

Monochromatic Colors of #fcf86f

#fcf86f

Complementary Color

#fcf86f #6f73fc

#fcf86f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf86f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf86f Color CSS Codes

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

#fcf86f Text Font Color

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

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


#fcf86f Background Color

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

This div background color is #fcf86f


#fcf86f Border Color

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

This div border color is #fcf86f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,248,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 #fcf86f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf86f

Related Colors


Comments

No comments written yet.

Please login to write comment.