Color Hex Logo

#8aaabb Color Hex

#8AAABB
(138,170,187)
0 Favorites   0 Comments

Color spaces of #8aaabb

RGB 138170187
HSL0.560.260.64
HSV201°26°73°
CMYK 0.260.090.00   0.27
XYZ33.825637.740652.5156
Yxy37.74060.27260.3042
Hunter Lab61.4334-9.2252-7.6800
CIE-Lab67.8290-7.0037-12.3130

#8aaabb color RGB value is (138,170,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101010 10111011
Octal 212 252 273
Decimal 138 170 187
Hex 8A AA BB

RGB Percentages of Color #8aaabb

%27.88
%34.34
%37.78

CMYK Percentages of Color #8aaabb

%26
%9
%0
%27

Triadic Colors of #8aaabb

#8aaabb #bb8aaa #aabb8a

Analogous Colors of #8aaabb

#8aaabb #8a92bb #8abbb4

Monochromatic Colors of #8aaabb

#8aaabb

Complementary Color

#8aaabb #bb9b8a

#8aaabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aaabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aaabb Color CSS Codes

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

#8aaabb Text Font Color

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

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


#8aaabb Background Color

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

This div background color is #8aaabb


#8aaabb Border Color

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

This div border color is #8aaabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aaabb


Comments

No comments written yet.

Please login to write comment.