Color Hex Logo

#fe876a Color Hex

#FE876A
(254,135,106)
0 Favorites   0 Comments

Color spaces of #fe876a

RGB 254135106
HSL0.030.990.71
HSV12°58°100°
CMYK 0.000.470.58   0.00
XYZ52.138539.439418.5002
Yxy39.43940.47370.3583
Hunter Lab62.800838.292926.4946
CIE-Lab69.068442.627535.8962

#fe876a color RGB value is (254,135,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000111 01101010
Octal 376 207 152
Decimal 254 135 106
Hex FE 87 6A

RGB Percentages of Color #fe876a

%51.31
%27.27
%21.41

CMYK Percentages of Color #fe876a

%0
%47
%58
%0

Triadic Colors of #fe876a

#fe876a #6afe87 #876afe

Analogous Colors of #fe876a

#fe876a #fed16a #fe6a97

Monochromatic Colors of #fe876a

#fe876a

Complementary Color

#fe876a #6ae1fe

#fe876a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe876a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe876a Color CSS Codes

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

#fe876a Text Font Color

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

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


#fe876a Background Color

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

This div background color is #fe876a


#fe876a Border Color

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

This div border color is #fe876a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe876a

Related Colors


Comments

No comments written yet.

Please login to write comment.