Color Hex Logo

#feaeab Color Hex

#FEAEAB
(254,174,171)
0 Favorites   0 Comments

Color spaces of #feaeab

RGB 254174171
HSL0.010.980.83
HSV33°100°
CMYK 0.000.310.33   0.00
XYZ63.359854.283245.6664
Yxy54.28320.38800.3324
Hunter Lab73.677124.568914.8250
CIE-Lab78.626628.905913.4422

#feaeab color RGB value is (254,174,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 10101011
Octal 376 256 253
Decimal 254 174 171
Hex FE AE AB

RGB Percentages of Color #feaeab

%42.40
%29.05
%28.55

CMYK Percentages of Color #feaeab

%0
%31
%33
%0

Triadic Colors of #feaeab

#feaeab #abfeae #aeabfe

Analogous Colors of #feaeab

#feaeab #fed8ab #feabd2

Monochromatic Colors of #feaeab

#feaeab

Complementary Color

#feaeab #abfbfe

#feaeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaeab Color CSS Codes

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

#feaeab Text Font Color

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

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


#feaeab Background Color

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

This div background color is #feaeab


#feaeab Border Color

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

This div border color is #feaeab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,174,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 #feaeab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaeab


Comments

No comments written yet.

Please login to write comment.