Color Hex Logo

#feabb9 Color Hex

#FEABB9
(254,171,185)
0 Favorites   0 Comments

Color spaces of #feabb9

RGB 254171185
HSL0.970.980.83
HSV350°33°100°
CMYK 0.000.330.27   0.00
XYZ64.192953.699452.8806
Yxy53.69940.37590.3144
Hunter Lab73.279928.12568.5108
CIE-Lab78.286132.27945.3540

#feabb9 color RGB value is (254,171,185).

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

The process color (four color CMYK) of #feabb9 color hex is 0.00, 0.33, 0.27, 0.00. Web safe color of #feabb9 is #ff99cc. Color #feabb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 10111001
Octal 376 253 271
Decimal 254 171 185
Hex FE AB B9

RGB Percentages of Color #feabb9

%41.64
%28.03
%30.33

CMYK Percentages of Color #feabb9

%0
%33
%27
%0

Triadic Colors of #feabb9

#feabb9 #b9feab #abb9fe

Analogous Colors of #feabb9

#feabb9 #fec7ab #feabe3

Monochromatic Colors of #feabb9

#feabb9

Complementary Color

#feabb9 #abfef0

#feabb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feabb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feabb9 Color CSS Codes

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

#feabb9 Text Font Color

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

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


#feabb9 Background Color

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

This div background color is #feabb9


#feabb9 Border Color

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

This div border color is #feabb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feabb9


Comments

No comments written yet.

Please login to write comment.