Color Hex Logo

#fea292 Color Hex

#FEA292
(254,162,146)
0 Favorites   0 Comments

Color spaces of #fea292

RGB 254162146
HSL0.020.980.78
HSV43°100°
CMYK 0.000.360.43   0.00
XYZ58.981748.986833.5409
Yxy48.98680.41680.3462
Hunter Lab69.990627.940120.5804
CIE-Lab75.443132.326322.5876

#fea292 color RGB value is (254,162,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100010 10010010
Octal 376 242 222
Decimal 254 162 146
Hex FE A2 92

RGB Percentages of Color #fea292

%45.20
%28.83
%25.98

CMYK Percentages of Color #fea292

%0
%36
%43
%0

Triadic Colors of #fea292

#fea292 #92fea2 #a292fe

Analogous Colors of #fea292

#fea292 #fed892 #fe92b8

Monochromatic Colors of #fea292

#fea292

Complementary Color

#fea292 #92eefe

#fea292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea292 Color CSS Codes

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

#fea292 Text Font Color

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

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


#fea292 Background Color

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

This div background color is #fea292


#fea292 Border Color

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

This div border color is #fea292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea292

Related Colors


Comments

No comments written yet.

Please login to write comment.