Color Hex Logo

#feaba1 Color Hex

#FEABA1
(254,171,161)
0 Favorites   0 Comments

Color spaces of #feaba1

RGB 254171161
HSL0.020.980.81
HSV37°100°
CMYK 0.000.330.37   0.00
XYZ61.869052.769940.6430
Yxy52.76990.39840.3398
Hunter Lab72.642924.901017.6778
CIE-Lab77.738929.279017.6158

#feaba1 color RGB value is (254,171,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 10100001
Octal 376 253 241
Decimal 254 171 161
Hex FE AB A1

RGB Percentages of Color #feaba1

%43.34
%29.18
%27.47

CMYK Percentages of Color #feaba1

%0
%33
%37
%0

Triadic Colors of #feaba1

#feaba1 #a1feab #aba1fe

Analogous Colors of #feaba1

#feaba1 #fedaa1 #fea1c6

Monochromatic Colors of #feaba1

#feaba1

Complementary Color

#feaba1 #a1f4fe

#feaba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaba1 Color CSS Codes

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

#feaba1 Text Font Color

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

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


#feaba1 Background Color

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

This div background color is #feaba1


#feaba1 Border Color

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

This div border color is #feaba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaba1


Comments

No comments written yet.

Please login to write comment.