Color Hex Logo

#fea071 Color Hex

#FEA071
(254,160,113)
0 Favorites   0 Comments

Color spaces of #fea071

RGB 254160113
HSL0.060.990.72
HSV20°56°100°
CMYK 0.000.370.56   0.00
XYZ56.424547.404721.7989
Yxy47.40470.44910.3773
Hunter Lab68.851125.794129.4240
CIE-Lab74.447930.361338.9440

#fea071 color RGB value is (254,160,113).

#fea071 hex color red value is 254, green value is 160 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #fea071 hue: 0.06 , saturation: 0.99 and the lightness value of fea071 is 0.72.

The process color (four color CMYK) of #fea071 color hex is 0.00, 0.37, 0.56, 0.00. Web safe color of #fea071 is #ff9966. Color #fea071 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100000 01110001
Octal 376 240 161
Decimal 254 160 113
Hex FE A0 71

RGB Percentages of Color #fea071

%48.20
%30.36
%21.44

CMYK Percentages of Color #fea071

%0
%37
%56
%0

Triadic Colors of #fea071

#fea071 #71fea0 #a071fe

Analogous Colors of #fea071

#fea071 #fee771 #fe7189

Monochromatic Colors of #fea071

#fea071

Complementary Color

#fea071 #71cffe

#fea071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea071 Color CSS Codes

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

#fea071 Text Font Color

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

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


#fea071 Background Color

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

This div background color is #fea071


#fea071 Border Color

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

This div border color is #fea071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea071


Comments

No comments written yet.

Please login to write comment.