Color Hex Logo

#8a8eac Color Hex

#8A8EAC
(138,142,172)
0 Favorites   0 Comments

Color spaces of #8a8eac

RGB 138142172
HSL0.650.170.61
HSV233°20°67°
CMYK 0.200.170.00   0.33
XYZ27.600627.727842.9270
Yxy27.72780.28090.2822
Hunter Lab52.65721.4118-11.4741
CIE-Lab59.64205.0600-16.2343

#8a8eac color RGB value is (138,142,172).

#8a8eac hex color red value is 138, green value is 142 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8a8eac hue: 0.65 , saturation: 0.17 and the lightness value of 8a8eac is 0.61.

The process color (four color CMYK) of #8a8eac color hex is 0.20, 0.17, 0.00, 0.33. Web safe color of #8a8eac is #999999. Color #8a8eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10001110 10101100
Octal 212 216 254
Decimal 138 142 172
Hex 8A 8E AC

RGB Percentages of Color #8a8eac

%30.53
%31.42
%38.05

CMYK Percentages of Color #8a8eac

%20
%17
%0
%33

Triadic Colors of #8a8eac

#8a8eac #ac8a8e #8eac8a

Analogous Colors of #8a8eac

#8a8eac #978aac #8a9fac

Monochromatic Colors of #8a8eac

#8a8eac

Complementary Color

#8a8eac #aca88a

#8a8eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a8eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a8eac Color CSS Codes

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

#8a8eac Text Font Color

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

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


#8a8eac Background Color

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

This div background color is #8a8eac


#8a8eac Border Color

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

This div border color is #8a8eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a8eac


Comments

No comments written yet.

Please login to write comment.