Color Hex Logo

#feab80 Color Hex

#FEAB80
(254,171,128)
0 Favorites   0 Comments

Color spaces of #feab80

RGB 254171128
HSL0.060.980.75
HSV20°50°100°
CMYK 0.000.330.50   0.00
XYZ59.332251.755227.2847
Yxy51.75520.42880.3740
Hunter Lab71.941121.318027.8722
CIE-Lab77.134225.880134.4856

#feab80 color RGB value is (254,171,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 10000000
Octal 376 253 200
Decimal 254 171 128
Hex FE AB 80

RGB Percentages of Color #feab80

%45.93
%30.92
%23.15

CMYK Percentages of Color #feab80

%0
%33
%50
%0

Triadic Colors of #feab80

#feab80 #80feab #ab80fe

Analogous Colors of #feab80

#feab80 #feea80 #fe8094

Monochromatic Colors of #feab80

#feab80

Complementary Color

#feab80 #80d3fe

#feab80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feab80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feab80 Color CSS Codes

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

#feab80 Text Font Color

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

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


#feab80 Background Color

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

This div background color is #feab80


#feab80 Border Color

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

This div border color is #feab80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feab80


Comments

No comments written yet.

Please login to write comment.