Color Hex Logo

#feac90 Color Hex

#FEAC90
(254,172,144)
0 Favorites   0 Comments

Color spaces of #feac90

RGB 254172144
HSL0.040.980.78
HSV15°43°100°
CMYK 0.000.320.43   0.00
XYZ60.659652.589533.3392
Yxy52.58950.41380.3588
Hunter Lab72.518622.402223.5055
CIE-Lab77.632026.897826.6329

#feac90 color RGB value is (254,172,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101100 10010000
Octal 376 254 220
Decimal 254 172 144
Hex FE AC 90

RGB Percentages of Color #feac90

%44.56
%30.18
%25.26

CMYK Percentages of Color #feac90

%0
%32
%43
%0

Triadic Colors of #feac90

#feac90 #90feac #ac90fe

Analogous Colors of #feac90

#feac90 #fee390 #fe90ab

Monochromatic Colors of #feac90

#feac90

Complementary Color

#feac90 #90e2fe

#feac90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feac90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feac90 Color CSS Codes

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

#feac90 Text Font Color

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

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


#feac90 Background Color

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

This div background color is #feac90


#feac90 Border Color

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

This div border color is #feac90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feac90


Comments

No comments written yet.

Please login to write comment.