Color Hex Logo

#fcf86e Color Hex

#FCF86E
(252,248,110)
0 Favorites   0 Comments

Color spaces of #fcf86e

RGB 252248110
HSL0.160.960.71
HSV58°56°99°
CMYK 0.000.020.56   0.01
XYZ76.526888.956027.8887
Yxy88.95600.39580.4600
Hunter Lab94.3165-20.222048.4899
CIE-Lab95.5620-15.718665.3340

#fcf86e color RGB value is (252,248,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111000 01101110
Octal 374 370 156
Decimal 252 248 110
Hex FC F8 6E

RGB Percentages of Color #fcf86e

%41.31
%40.66
%18.03

CMYK Percentages of Color #fcf86e

%0
%2
%56
%1

Triadic Colors of #fcf86e

#fcf86e #6efcf8 #f86efc

Analogous Colors of #fcf86e

#fcf86e #b9fc6e #fcb16e

Monochromatic Colors of #fcf86e

#fcf86e

Complementary Color

#fcf86e #6e72fc

#fcf86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf86e Color CSS Codes

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

#fcf86e Text Font Color

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

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


#fcf86e Background Color

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

This div background color is #fcf86e


#fcf86e Border Color

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

This div border color is #fcf86e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf86e


Comments

No comments written yet.

Please login to write comment.