Color Hex Logo

#fea89c Color Hex

#FEA89C
(254,168,156)
0 Favorites   0 Comments

Color spaces of #fea89c

RGB 254168156
HSL0.020.980.80
HSV39°100°
CMYK 0.000.340.39   0.00
XYZ60.876451.476438.1799
Yxy51.47640.40440.3420
Hunter Lab71.747125.897518.6720
CIE-Lab76.966730.277819.2541

#fea89c color RGB value is (254,168,156).

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

The process color (four color CMYK) of #fea89c color hex is 0.00, 0.34, 0.39, 0.00. Web safe color of #fea89c is #ff9999. Color #fea89c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101000 10011100
Octal 376 250 234
Decimal 254 168 156
Hex FE A8 9C

RGB Percentages of Color #fea89c

%43.94
%29.07
%26.99

CMYK Percentages of Color #fea89c

%0
%34
%39
%0

Triadic Colors of #fea89c

#fea89c #9cfea8 #a89cfe

Analogous Colors of #fea89c

#fea89c #fed99c #fe9cc1

Monochromatic Colors of #fea89c

#fea89c

Complementary Color

#fea89c #9cf2fe

#fea89c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea89c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea89c Color CSS Codes

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

#fea89c Text Font Color

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

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


#fea89c Background Color

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

This div background color is #fea89c


#fea89c Border Color

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

This div border color is #fea89c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea89c


Comments

No comments written yet.

Please login to write comment.