Color Hex Logo

#8aabbd Color Hex

#8AABBD
(138,171,189)
0 Favorites   0 Comments

Color spaces of #8aabbd

RGB 138171189
HSL0.560.280.64
HSV201°27°74°
CMYK 0.270.100.00   0.26
XYZ34.229538.203253.7140
Yxy38.20320.27130.3028
Hunter Lab61.8087-9.3125-8.2590
CIE-Lab68.1701-7.0693-12.9090

#8aabbd color RGB value is (138,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101011 10111101
Octal 212 253 275
Decimal 138 171 189
Hex 8A AB BD

RGB Percentages of Color #8aabbd

%27.71
%34.34
%37.95

CMYK Percentages of Color #8aabbd

%27
%10
%0
%26

Triadic Colors of #8aabbd

#8aabbd #bd8aab #abbd8a

Analogous Colors of #8aabbd

#8aabbd #8a92bd #8abdb6

Monochromatic Colors of #8aabbd

#8aabbd

Complementary Color

#8aabbd #bd9c8a

#8aabbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aabbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aabbd Color CSS Codes

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

#8aabbd Text Font Color

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

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


#8aabbd Background Color

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

This div background color is #8aabbd


#8aabbd Border Color

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

This div border color is #8aabbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aabbd


Comments

No comments written yet.

Please login to write comment.