Color Hex Logo

#8eaeaf Color Hex

#8EAEAF
(142,174,175)
0 Favorites   0 Comments

Color spaces of #8eaeaf

RGB 142174175
HSL0.510.170.62
HSV182°19°69°
CMYK 0.190.010.00   0.31
XYZ34.029239.118046.3144
Yxy39.11800.28490.3275
Hunter Lab62.5444-12.3342-0.1234
CIE-Lab68.8367-10.6376-4.1417

#8eaeaf color RGB value is (142,174,175).

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

The process color (four color CMYK) of #8eaeaf color hex is 0.19, 0.01, 0.00, 0.31. Web safe color of #8eaeaf is #999999. Color #8eaeaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101110 10101111
Octal 216 256 257
Decimal 142 174 175
Hex 8E AE AF

RGB Percentages of Color #8eaeaf

%28.92
%35.44
%35.64

CMYK Percentages of Color #8eaeaf

%19
%1
%0
%31

Triadic Colors of #8eaeaf

#8eaeaf #af8eae #aeaf8e

Analogous Colors of #8eaeaf

#8eaeaf #8e9eaf #8eafa0

Monochromatic Colors of #8eaeaf

#8eaeaf

Complementary Color

#8eaeaf #af8f8e

#8eaeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eaeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eaeaf Color CSS Codes

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

#8eaeaf Text Font Color

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

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


#8eaeaf Background Color

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

This div background color is #8eaeaf


#8eaeaf Border Color

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

This div border color is #8eaeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eaeaf


Comments

No comments written yet.

Please login to write comment.