Color Hex Logo

#8faeab Color Hex

#8FAEAB
(143,174,171)
0 Favorites   0 Comments

Color spaces of #8faeab

RGB 143174171
HSL0.480.160.62
HSV174°18°68°
CMYK 0.180.000.02   0.32
XYZ33.814439.052044.2837
Yxy39.05200.28860.3334
Hunter Lab62.4916-12.77341.7292
CIE-Lab68.7889-11.1804-1.9928

#8faeab color RGB value is (143,174,171).

#8faeab hex color red value is 143, green value is 174 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8faeab hue: 0.48 , saturation: 0.16 and the lightness value of 8faeab is 0.62.

The process color (four color CMYK) of #8faeab color hex is 0.18, 0.00, 0.02, 0.32. Web safe color of #8faeab is #999999. Color #8faeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101110 10101011
Octal 217 256 253
Decimal 143 174 171
Hex 8F AE AB

RGB Percentages of Color #8faeab

%29.30
%35.66
%35.04

CMYK Percentages of Color #8faeab

%18
%0
%2
%32

Triadic Colors of #8faeab

#8faeab #ab8fae #aeab8f

Analogous Colors of #8faeab

#8faeab #8fa2ae #8fae9c

Monochromatic Colors of #8faeab

#8faeab

Complementary Color

#8faeab #ae8f92

#8faeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8faeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8faeab Color CSS Codes

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

#8faeab Text Font Color

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

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


#8faeab Background Color

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

This div background color is #8faeab


#8faeab Border Color

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

This div border color is #8faeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8faeab


Comments

No comments written yet.

Please login to write comment.