Color Hex Logo

#feb59e Color Hex

#FEB59E
(254,181,158)
0 Favorites   0 Comments

Color spaces of #feb59e

RGB 254181158
HSL0.040.980.81
HSV14°38°100°
CMYK 0.000.290.38   0.00
XYZ63.568556.587239.9198
Yxy56.58720.39710.3535
Hunter Lab75.224519.198821.1934
CIE-Lab79.946923.694122.2817

#feb59e color RGB value is (254,181,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110101 10011110
Octal 376 265 236
Decimal 254 181 158
Hex FE B5 9E

RGB Percentages of Color #feb59e

%42.83
%30.52
%26.64

CMYK Percentages of Color #feb59e

%0
%29
%38
%0

Triadic Colors of #feb59e

#feb59e #9efeb5 #b59efe

Analogous Colors of #feb59e

#feb59e #fee59e #fe9eb7

Monochromatic Colors of #feb59e

#feb59e

Complementary Color

#feb59e #9ee7fe

#feb59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb59e Color CSS Codes

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

#feb59e Text Font Color

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

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


#feb59e Background Color

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

This div background color is #feb59e


#feb59e Border Color

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

This div border color is #feb59e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb59e


Comments

No comments written yet.

Please login to write comment.