Color Hex Logo

#feb86f Color Hex

#FEB86F
(254,184,111)
0 Favorites   0 Comments

Color spaces of #feb86f

RGB 254184111
HSL0.090.990.72
HSV31°56°100°
CMYK 0.000.280.56   0.00
XYZ60.882856.499522.7356
Yxy56.49950.43450.4032
Hunter Lab75.166113.040034.6828
CIE-Lab79.897317.661146.6871

#feb86f color RGB value is (254,184,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111000 01101111
Octal 376 270 157
Decimal 254 184 111
Hex FE B8 6F

RGB Percentages of Color #feb86f

%46.27
%33.52
%20.22

CMYK Percentages of Color #feb86f

%0
%28
%56
%0

Triadic Colors of #feb86f

#feb86f #6ffeb8 #b86ffe

Analogous Colors of #feb86f

#feb86f #fdfe6f #fe716f

Monochromatic Colors of #feb86f

#feb86f

Complementary Color

#feb86f #6fb5fe

#feb86f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb86f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb86f Color CSS Codes

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

#feb86f Text Font Color

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

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


#feb86f Background Color

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

This div background color is #feb86f


#feb86f Border Color

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

This div border color is #feb86f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb86f


Comments

No comments written yet.

Please login to write comment.