Color Hex Logo

#feb89f Color Hex

#FEB89F
(254,184,159)
1 Favorites   0 Comments

Color spaces of #feb89f

RGB 254184159
HSL0.040.980.81
HSV16°37°100°
CMYK 0.000.280.37   0.00
XYZ64.271557.855040.5805
Yxy57.85500.39500.3556
Hunter Lab76.062517.720121.6116
CIE-Lab80.658122.234322.7226

#feb89f color RGB value is (254,184,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111000 10011111
Octal 376 270 237
Decimal 254 184 159
Hex FE B8 9F

RGB Percentages of Color #feb89f

%42.55
%30.82
%26.63

CMYK Percentages of Color #feb89f

%0
%28
%37
%0

Triadic Colors of #feb89f

#feb89f #9ffeb8 #b89ffe

Analogous Colors of #feb89f

#feb89f #fee89f #fe9fb6

Monochromatic Colors of #feb89f

#feb89f

Complementary Color

#feb89f #9fe5fe

#feb89f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb89f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb89f Color CSS Codes

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

#feb89f Text Font Color

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

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


#feb89f Background Color

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

This div background color is #feb89f


#feb89f Border Color

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

This div border color is #feb89f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb89f

Related Colors

#feb89f Color Palettes


Comments

No comments written yet.

Please login to write comment.