Color Hex Logo

#feb39e Color Hex

#FEB39E
(254,179,158)
0 Favorites   0 Comments

Color spaces of #feb39e

RGB 254179158
HSL0.040.980.81
HSV13°38°100°
CMYK 0.000.300.38   0.00
XYZ63.164755.779739.7852
Yxy55.77970.39790.3514
Hunter Lab74.685820.264220.6962
CIE-Lab79.488324.742921.6521

#feb39e color RGB value is (254,179,158).

#feb39e hex color red value is 254, green value is 179 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #feb39e hue: 0.04 , saturation: 0.98 and the lightness value of feb39e is 0.81.

The process color (four color CMYK) of #feb39e color hex is 0.00, 0.30, 0.38, 0.00. Web safe color of #feb39e is #ffcc99. Color #feb39e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 10011110
Octal 376 263 236
Decimal 254 179 158
Hex FE B3 9E

RGB Percentages of Color #feb39e

%42.98
%30.29
%26.73

CMYK Percentages of Color #feb39e

%0
%30
%38
%0

Triadic Colors of #feb39e

#feb39e #9efeb3 #b39efe

Analogous Colors of #feb39e

#feb39e #fee39e #fe9eb9

Monochromatic Colors of #feb39e

#feb39e

Complementary Color

#feb39e #9ee9fe

#feb39e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb39e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb39e Color CSS Codes

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

#feb39e Text Font Color

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

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


#feb39e Background Color

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

This div background color is #feb39e


#feb39e Border Color

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

This div border color is #feb39e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb39e


Comments

No comments written yet.

Please login to write comment.