Color Hex Logo

#fea992 Color Hex

#FEA992
(254,169,146)
0 Favorites   0 Comments

Color spaces of #fea992

RGB 254169146
HSL0.040.980.78
HSV13°43°100°
CMYK 0.000.330.43   0.00
XYZ60.249351.522133.9634
Yxy51.52210.41340.3535
Hunter Lab71.778924.215122.1912
CIE-Lab76.994228.674224.6971

#fea992 color RGB value is (254,169,146).

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

The process color (four color CMYK) of #fea992 color hex is 0.00, 0.33, 0.43, 0.00. Web safe color of #fea992 is #ff9999. Color #fea992 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 10010010
Octal 376 251 222
Decimal 254 169 146
Hex FE A9 92

RGB Percentages of Color #fea992

%44.64
%29.70
%25.66

CMYK Percentages of Color #fea992

%0
%33
%43
%0

Triadic Colors of #fea992

#fea992 #92fea9 #a992fe

Analogous Colors of #fea992

#fea992 #fedf92 #fe92b1

Monochromatic Colors of #fea992

#fea992

Complementary Color

#fea992 #92e7fe

#fea992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea992 Color CSS Codes

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

#fea992 Text Font Color

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

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


#fea992 Background Color

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

This div background color is #fea992


#fea992 Border Color

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

This div border color is #fea992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea992

Related Colors


Comments

No comments written yet.

Please login to write comment.