Color Hex Logo

#fe8e6a Color Hex

#FE8E6A
(254,142,106)
0 Favorites   0 Comments

Color spaces of #fe8e6a

RGB 254142106
HSL0.040.990.71
HSV15°58°100°
CMYK 0.000.440.58   0.00
XYZ53.147641.457418.8366
Yxy41.45740.46850.3655
Hunter Lab64.387434.662127.7259
CIE-Lab70.495239.101137.6889

#fe8e6a color RGB value is (254,142,106).

#fe8e6a hex color red value is 254, green value is 142 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #fe8e6a hue: 0.04 , saturation: 0.99 and the lightness value of fe8e6a is 0.71.

The process color (four color CMYK) of #fe8e6a color hex is 0.00, 0.44, 0.58, 0.00. Web safe color of #fe8e6a is #ff9966. Color #fe8e6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001110 01101010
Octal 376 216 152
Decimal 254 142 106
Hex FE 8E 6A

RGB Percentages of Color #fe8e6a

%50.60
%28.29
%21.12

CMYK Percentages of Color #fe8e6a

%0
%44
%58
%0

Triadic Colors of #fe8e6a

#fe8e6a #6afe8e #8e6afe

Analogous Colors of #fe8e6a

#fe8e6a #fed86a #fe6a90

Monochromatic Colors of #fe8e6a

#fe8e6a

Complementary Color

#fe8e6a #6adafe

#fe8e6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8e6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8e6a Color CSS Codes

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

#fe8e6a Text Font Color

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

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


#fe8e6a Background Color

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

This div background color is #fe8e6a


#fe8e6a Border Color

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

This div border color is #fe8e6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8e6a


Comments

No comments written yet.

Please login to write comment.