Color Hex Logo

#feb16e Color Hex

#FEB16E
(254,177,110)
0 Favorites   0 Comments

Color spaces of #feb16e

RGB 254177110
HSL0.080.990.71
HSV28°57°100°
CMYK 0.000.300.57   0.00
XYZ59.409753.640921.9744
Yxy53.64090.44000.3973
Hunter Lab73.239916.623133.4790
CIE-Lab78.251921.248745.1895

#feb16e color RGB value is (254,177,110).

#feb16e hex color red value is 254, green value is 177 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #feb16e hue: 0.08 , saturation: 0.99 and the lightness value of feb16e is 0.71.

The process color (four color CMYK) of #feb16e color hex is 0.00, 0.30, 0.57, 0.00. Web safe color of #feb16e is #ff9966. Color #feb16e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110001 01101110
Octal 376 261 156
Decimal 254 177 110
Hex FE B1 6E

RGB Percentages of Color #feb16e

%46.95
%32.72
%20.33

CMYK Percentages of Color #feb16e

%0
%30
%57
%0

Triadic Colors of #feb16e

#feb16e #6efeb1 #b16efe

Analogous Colors of #feb16e

#feb16e #fef96e #fe6e73

Monochromatic Colors of #feb16e

#feb16e

Complementary Color

#feb16e #6ebbfe

#feb16e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb16e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb16e Color CSS Codes

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

#feb16e Text Font Color

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

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


#feb16e Background Color

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

This div background color is #feb16e


#feb16e Border Color

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

This div border color is #feb16e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb16e


Comments

No comments written yet.

Please login to write comment.