Color Hex Logo

#feab89 Color Hex

#FEAB89
(254,171,137)
0 Favorites   0 Comments

Color spaces of #feab89

RGB 254171137
HSL0.050.980.77
HSV17°46°100°
CMYK 0.000.330.46   0.00
XYZ59.951352.002830.5447
Yxy52.00280.42070.3649
Hunter Lab72.113022.198725.3658
CIE-Lab77.282526.722129.9071

#feab89 color RGB value is (254,171,137).

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

The process color (four color CMYK) of #feab89 color hex is 0.00, 0.33, 0.46, 0.00. Web safe color of #feab89 is #ff9999. Color #feab89 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 10001001
Octal 376 253 211
Decimal 254 171 137
Hex FE AB 89

RGB Percentages of Color #feab89

%45.20
%30.43
%24.38

CMYK Percentages of Color #feab89

%0
%33
%46
%0

Triadic Colors of #feab89

#feab89 #89feab #ab89fe

Analogous Colors of #feab89

#feab89 #fee689 #fe89a2

Monochromatic Colors of #feab89

#feab89

Complementary Color

#feab89 #89dcfe

#feab89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feab89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feab89 Color CSS Codes

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

#feab89 Text Font Color

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

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


#feab89 Background Color

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

This div background color is #feab89


#feab89 Border Color

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

This div border color is #feab89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feab89


Comments

No comments written yet.

Please login to write comment.