Color Hex Logo

#fe8056 Color Hex

#FE8056
(254,128,86)
0 Favorites   0 Comments

Color spaces of #fe8056

RGB 25412886
HSL0.040.990.67
HSV15°66°100°
CMYK 0.000.500.66   0.00
XYZ50.271937.181113.3311
Yxy37.18110.49880.3689
Hunter Lab60.976340.455729.7210
CIE-Lab67.412744.820244.5037

#fe8056 color RGB value is (254,128,86).

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

The process color (four color CMYK) of #fe8056 color hex is 0.00, 0.50, 0.66, 0.00. Web safe color of #fe8056 is #ff9966. Color #fe8056 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000000 01010110
Octal 376 200 126
Decimal 254 128 86
Hex FE 80 56

RGB Percentages of Color #fe8056

%54.27
%27.35
%18.38

CMYK Percentages of Color #fe8056

%0
%50
%66
%0

Triadic Colors of #fe8056

#fe8056 #56fe80 #8056fe

Analogous Colors of #fe8056

#fe8056 #fed456 #fe5680

Monochromatic Colors of #fe8056

#fe8056

Complementary Color

#fe8056 #56d4fe

#fe8056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8056 Color CSS Codes

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

#fe8056 Text Font Color

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

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


#fe8056 Background Color

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

This div background color is #fe8056


#fe8056 Border Color

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

This div border color is #fe8056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8056

Related Colors


Comments

No comments written yet.

Please login to write comment.