Color Hex Logo

#feb89e Color Hex

#FEB89E
(254,184,158)
0 Favorites   0 Comments

Color spaces of #feb89e

RGB 254184158
HSL0.050.980.81
HSV16°38°100°
CMYK 0.000.280.38   0.00
XYZ64.185157.820440.1253
Yxy57.82040.39590.3566
Hunter Lab76.039717.602321.9411
CIE-Lab80.638822.120623.2296

#feb89e color RGB value is (254,184,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111000 10011110
Octal 376 270 236
Decimal 254 184 158
Hex FE B8 9E

RGB Percentages of Color #feb89e

%42.62
%30.87
%26.51

CMYK Percentages of Color #feb89e

%0
%28
%38
%0

Triadic Colors of #feb89e

#feb89e #9efeb8 #b89efe

Analogous Colors of #feb89e

#feb89e #fee89e #fe9eb4

Monochromatic Colors of #feb89e

#feb89e

Complementary Color

#feb89e #9ee4fe

#feb89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb89e Color CSS Codes

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

#feb89e Text Font Color

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

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


#feb89e Background Color

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

This div background color is #feb89e


#feb89e Border Color

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

This div border color is #feb89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb89e

Related Colors


Comments

No comments written yet.

Please login to write comment.