Color Hex Logo

#feabab Color Hex

#FEABAB
(254,171,171)
0 Favorites   0 Comments

Color spaces of #feabab

RGB 254171171
HSL0.000.980.83
HSV33°100°
CMYK 0.000.330.33   0.00
XYZ62.786653.136945.4753
Yxy53.13690.38900.3292
Hunter Lab72.895126.180814.0387
CIE-Lab77.955830.476212.4948

#feabab color RGB value is (254,171,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 10101011
Octal 376 253 253
Decimal 254 171 171
Hex FE AB AB

RGB Percentages of Color #feabab

%42.62
%28.69
%28.69

CMYK Percentages of Color #feabab

%0
%33
%33
%0

Triadic Colors of #feabab

#feabab #abfeab #ababfe

Analogous Colors of #feabab

#feabab #fed5ab #feabd5

Monochromatic Colors of #feabab

#feabab

Complementary Color

#feabab #abfefe

#feabab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feabab Color Preview on White Background

Lorem ipsum dolor sit amet.

#feabab Color CSS Codes

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

#feabab Text Font Color

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

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


#feabab Background Color

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

This div background color is #feabab


#feabab Border Color

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

This div border color is #feabab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feabab


Comments

No comments written yet.

Please login to write comment.