Color Hex Logo

#feac80 Color Hex

#FEAC80
(254,172,128)
0 Favorites   0 Comments

Color spaces of #feac80

RGB 254172128
HSL0.060.980.75
HSV21°50°100°
CMYK 0.000.320.50   0.00
XYZ59.521952.134427.3479
Yxy52.13440.42820.3751
Hunter Lab72.204220.790228.0863
CIE-Lab77.361125.357034.7795

#feac80 color RGB value is (254,172,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101100 10000000
Octal 376 254 200
Decimal 254 172 128
Hex FE AC 80

RGB Percentages of Color #feac80

%45.85
%31.05
%23.10

CMYK Percentages of Color #feac80

%0
%32
%50
%0

Triadic Colors of #feac80

#feac80 #80feac #ac80fe

Analogous Colors of #feac80

#feac80 #feeb80 #fe8093

Monochromatic Colors of #feac80

#feac80

Complementary Color

#feac80 #80d2fe

#feac80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feac80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feac80 Color CSS Codes

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

#feac80 Text Font Color

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

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


#feac80 Background Color

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

This div background color is #feac80


#feac80 Border Color

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

This div border color is #feac80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feac80

Related Colors


Comments

No comments written yet.

Please login to write comment.