Color Hex Logo

#fea07e Color Hex

#FEA07E
(254,160,126)
0 Favorites   0 Comments

Color spaces of #fea07e

RGB 254160126
HSL0.040.980.75
HSV16°50°100°
CMYK 0.000.370.50   0.00
XYZ57.209847.718825.9340
Yxy47.71880.43720.3646
Hunter Lab69.078826.942626.0961
CIE-Lab74.647231.442732.3136

#fea07e color RGB value is (254,160,126).

#fea07e hex color red value is 254, green value is 160 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fea07e hue: 0.04 , saturation: 0.98 and the lightness value of fea07e is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100000 01111110
Octal 376 240 176
Decimal 254 160 126
Hex FE A0 7E

RGB Percentages of Color #fea07e

%47.04
%29.63
%23.33

CMYK Percentages of Color #fea07e

%0
%37
%50
%0

Triadic Colors of #fea07e

#fea07e #7efea0 #a07efe

Analogous Colors of #fea07e

#fea07e #fee07e #fe7e9c

Monochromatic Colors of #fea07e

#fea07e

Complementary Color

#fea07e #7edcfe

#fea07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea07e Color CSS Codes

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

#fea07e Text Font Color

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

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


#fea07e Background Color

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

This div background color is #fea07e


#fea07e Border Color

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

This div border color is #fea07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea07e


Comments

No comments written yet.

Please login to write comment.