Color Hex Logo

#8aacbd Color Hex

#8AACBD
(138,172,189)
0 Favorites   0 Comments

Color spaces of #8aacbd

RGB 138172189
HSL0.560.280.64
HSV200°27°74°
CMYK 0.270.090.00   0.26
XYZ34.419138.582453.7772
Yxy38.58240.27150.3043
Hunter Lab62.1147-9.7901-7.8513
CIE-Lab68.4477-7.6101-12.4924

#8aacbd color RGB value is (138,172,189).

#8aacbd hex color red value is 138, green value is 172 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8aacbd hue: 0.56 , saturation: 0.28 and the lightness value of 8aacbd is 0.64.

The process color (four color CMYK) of #8aacbd color hex is 0.27, 0.09, 0.00, 0.26. Web safe color of #8aacbd is #9999cc. Color #8aacbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101100 10111101
Octal 212 254 275
Decimal 138 172 189
Hex 8A AC BD

RGB Percentages of Color #8aacbd

%27.66
%34.47
%37.88

CMYK Percentages of Color #8aacbd

%27
%9
%0
%26

Triadic Colors of #8aacbd

#8aacbd #bd8aac #acbd8a

Analogous Colors of #8aacbd

#8aacbd #8a93bd #8abdb5

Monochromatic Colors of #8aacbd

#8aacbd

Complementary Color

#8aacbd #bd9b8a

#8aacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aacbd Color CSS Codes

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

#8aacbd Text Font Color

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

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


#8aacbd Background Color

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

This div background color is #8aacbd


#8aacbd Border Color

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

This div border color is #8aacbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aacbd


Comments

No comments written yet.

Please login to write comment.