Color Hex Logo

#fe8986 Color Hex

#FE8986
(254,137,134)
0 Favorites   0 Comments

Color spaces of #fe8986

RGB 254137134
HSL0.000.980.76
HSV47°100°
CMYK 0.000.460.47   0.00
XYZ54.121840.683427.5544
Yxy40.68340.44230.3325
Hunter Lab63.783539.840219.0353
CIE-Lab69.953543.937521.6910

#fe8986 color RGB value is (254,137,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001001 10000110
Octal 376 211 206
Decimal 254 137 134
Hex FE 89 86

RGB Percentages of Color #fe8986

%48.38
%26.10
%25.52

CMYK Percentages of Color #fe8986

%0
%46
%47
%0

Triadic Colors of #fe8986

#fe8986 #86fe89 #8986fe

Analogous Colors of #fe8986

#fe8986 #fec586 #fe86bf

Monochromatic Colors of #fe8986

#fe8986

Complementary Color

#fe8986 #86fbfe

#fe8986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8986 Color CSS Codes

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

#fe8986 Text Font Color

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

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


#fe8986 Background Color

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

This div background color is #fe8986


#fe8986 Border Color

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

This div border color is #fe8986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8986

Related Colors


Comments

No comments written yet.

Please login to write comment.