Color Hex Logo

#fe844e Color Hex

#FE844E
(254,132,78)
0 Favorites   0 Comments

Color spaces of #fe844e

RGB 25413278
HSL0.050.990.65
HSV18°69°100°
CMYK 0.000.480.69   0.00
XYZ50.499538.123411.9047
Yxy38.12340.50230.3792
Hunter Lab61.744137.939931.7894
CIE-Lab68.111542.417549.3849

#fe844e color RGB value is (254,132,78).

#fe844e hex color red value is 254, green value is 132 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fe844e hue: 0.05 , saturation: 0.99 and the lightness value of fe844e is 0.65.

The process color (four color CMYK) of #fe844e color hex is 0.00, 0.48, 0.69, 0.00. Web safe color of #fe844e is #ff9966. Color #fe844e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000100 01001110
Octal 376 204 116
Decimal 254 132 78
Hex FE 84 4E

RGB Percentages of Color #fe844e

%54.74
%28.45
%16.81

CMYK Percentages of Color #fe844e

%0
%48
%69
%0

Triadic Colors of #fe844e

#fe844e #4efe84 #844efe

Analogous Colors of #fe844e

#fe844e #fedc4e #fe4e70

Monochromatic Colors of #fe844e

#fe844e

Complementary Color

#fe844e #4ec8fe

#fe844e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe844e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe844e Color CSS Codes

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

#fe844e Text Font Color

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

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


#fe844e Background Color

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

This div background color is #fe844e


#fe844e Border Color

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

This div border color is #fe844e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe844e

Related Colors


Comments

No comments written yet.

Please login to write comment.