Color Hex Logo

#feb157 Color Hex

#FEB157
(254,177,87)
0 Favorites   0 Comments

Color spaces of #feb157

RGB 25417787
HSL0.090.990.67
HSV32°66°100°
CMYK 0.000.300.66   0.00
XYZ58.315553.203216.2125
Yxy53.20320.45650.4165
Hunter Lab72.940515.063737.8800
CIE-Lab77.994819.715856.0550

#feb157 color RGB value is (254,177,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110001 01010111
Octal 376 261 127
Decimal 254 177 87
Hex FE B1 57

RGB Percentages of Color #feb157

%49.03
%34.17
%16.80

CMYK Percentages of Color #feb157

%0
%30
%66
%0

Triadic Colors of #feb157

#feb157 #57feb1 #b157fe

Analogous Colors of #feb157

#feb157 #f8fe57 #fe5d57

Monochromatic Colors of #feb157

#feb157

Complementary Color

#feb157 #57a4fe

#feb157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb157 Color CSS Codes

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

#feb157 Text Font Color

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

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


#feb157 Background Color

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

This div background color is #feb157


#feb157 Border Color

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

This div border color is #feb157


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,177,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb157


Comments

No comments written yet.

Please login to write comment.