Color Hex Logo

#fe794e Color Hex

#FE794E
(254,121,78)
0 Favorites   0 Comments

Color spaces of #fe794e

RGB 25412178
HSL0.040.990.65
HSV15°69°100°
CMYK 0.000.520.69   0.00
XYZ49.085635.295611.4334
Yxy35.29560.51230.3684
Hunter Lab59.410143.512030.1768
CIE-Lab65.978247.797546.9859

#fe794e color RGB value is (254,121,78).

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

The process color (four color CMYK) of #fe794e color hex is 0.00, 0.52, 0.69, 0.00. Web safe color of #fe794e is #ff6666. Color #fe794e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111001 01001110
Octal 376 171 116
Decimal 254 121 78
Hex FE 79 4E

RGB Percentages of Color #fe794e

%56.07
%26.71
%17.22

CMYK Percentages of Color #fe794e

%0
%52
%69
%0

Triadic Colors of #fe794e

#fe794e #4efe79 #794efe

Analogous Colors of #fe794e

#fe794e #fed14e #fe4e7b

Monochromatic Colors of #fe794e

#fe794e

Complementary Color

#fe794e #4ed3fe

#fe794e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe794e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe794e Color CSS Codes

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

#fe794e Text Font Color

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

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


#fe794e Background Color

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

This div background color is #fe794e


#fe794e Border Color

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

This div border color is #fe794e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe794e


Comments

No comments written yet.

Please login to write comment.