Color Hex Logo

#fea28e Color Hex

#FEA28E
(254,162,142)
0 Favorites   0 Comments

Color spaces of #fea28e

RGB 254162142
HSL0.030.980.78
HSV11°44°100°
CMYK 0.000.360.44   0.00
XYZ58.675948.864531.9304
Yxy48.86450.42070.3504
Hunter Lab69.903127.500321.8497
CIE-Lab75.367031.916324.6538

#fea28e color RGB value is (254,162,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100010 10001110
Octal 376 242 216
Decimal 254 162 142
Hex FE A2 8E

RGB Percentages of Color #fea28e

%45.52
%29.03
%25.45

CMYK Percentages of Color #fea28e

%0
%36
%44
%0

Triadic Colors of #fea28e

#fea28e #8efea2 #a28efe

Analogous Colors of #fea28e

#fea28e #feda8e #fe8eb2

Monochromatic Colors of #fea28e

#fea28e

Complementary Color

#fea28e #8eeafe

#fea28e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea28e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea28e Color CSS Codes

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

#fea28e Text Font Color

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

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


#fea28e Background Color

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

This div background color is #fea28e


#fea28e Border Color

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

This div border color is #fea28e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea28e


Comments

No comments written yet.

Please login to write comment.