Color Hex Logo

#fea086 Color Hex

#FEA086
(254,160,134)
0 Favorites   0 Comments

Color spaces of #fea086

RGB 254160134
HSL0.040.980.76
HSV13°47°100°
CMYK 0.000.370.47   0.00
XYZ57.746947.933728.7628
Yxy47.93370.42950.3565
Hunter Lab69.234227.723723.8323
CIE-Lab74.783132.174128.1949

#fea086 color RGB value is (254,160,134).

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

The process color (four color CMYK) of #fea086 color hex is 0.00, 0.37, 0.47, 0.00. Web safe color of #fea086 is #ff9999. Color #fea086 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100000 10000110
Octal 376 240 206
Decimal 254 160 134
Hex FE A0 86

RGB Percentages of Color #fea086

%46.35
%29.20
%24.45

CMYK Percentages of Color #fea086

%0
%37
%47
%0

Triadic Colors of #fea086

#fea086 #86fea0 #a086fe

Analogous Colors of #fea086

#fea086 #fedc86 #fe86a8

Monochromatic Colors of #fea086

#fea086

Complementary Color

#fea086 #86e4fe

#fea086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea086 Color CSS Codes

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

#fea086 Text Font Color

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

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


#fea086 Background Color

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

This div background color is #fea086


#fea086 Border Color

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

This div border color is #fea086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea086

Related Colors


Comments

No comments written yet.

Please login to write comment.