Color Hex Logo

#8eaeab Color Hex

#8EAEAB
(142,174,171)
0 Favorites   0 Comments

Color spaces of #8eaeab

RGB 142174171
HSL0.480.160.62
HSV174°18°68°
CMYK 0.180.000.02   0.32
XYZ33.642138.963244.2756
Yxy38.96320.28780.3334
Hunter Lab62.4205-13.03171.6393
CIE-Lab68.7246-11.5059-2.0946

#8eaeab color RGB value is (142,174,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101110 10101011
Octal 216 256 253
Decimal 142 174 171
Hex 8E AE AB

RGB Percentages of Color #8eaeab

%29.16
%35.73
%35.11

CMYK Percentages of Color #8eaeab

%18
%0
%2
%32

Triadic Colors of #8eaeab

#8eaeab #ab8eae #aeab8e

Analogous Colors of #8eaeab

#8eaeab #8ea1ae #8eae9b

Monochromatic Colors of #8eaeab

#8eaeab

Complementary Color

#8eaeab #ae8e91

#8eaeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eaeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eaeab Color CSS Codes

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

#8eaeab Text Font Color

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

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


#8eaeab Background Color

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

This div background color is #8eaeab


#8eaeab Border Color

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

This div border color is #8eaeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eaeab


Comments

No comments written yet.

Please login to write comment.