Color Hex Logo

#fee86f Color Hex

#FEE86F
(254,232,111)
0 Favorites   0 Comments

Color spaces of #fee86f

RGB 254232111
HSL0.140.990.72
HSV51°56°100°
CMYK 0.000.090.56   0.00
XYZ72.598979.931826.6409
Yxy79.93180.40520.4461
Hunter Lab89.4046-11.511344.9159
CIE-Lab91.6543-6.973360.5197

#fee86f color RGB value is (254,232,111).

#fee86f hex color red value is 254, green value is 232 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fee86f hue: 0.14 , saturation: 0.99 and the lightness value of fee86f is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101000 01101111
Octal 376 350 157
Decimal 254 232 111
Hex FE E8 6F

RGB Percentages of Color #fee86f

%42.55
%38.86
%18.59

CMYK Percentages of Color #fee86f

%0
%9
%56
%0

Triadic Colors of #fee86f

#fee86f #6ffee8 #e86ffe

Analogous Colors of #fee86f

#fee86f #cdfe6f #fea16f

Monochromatic Colors of #fee86f

#fee86f

Complementary Color

#fee86f #6f85fe

#fee86f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee86f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee86f Color CSS Codes

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

#fee86f Text Font Color

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

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


#fee86f Background Color

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

This div background color is #fee86f


#fee86f Border Color

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

This div border color is #fee86f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee86f


Comments

No comments written yet.

Please login to write comment.