Color Hex Logo

#8aabcb Color Hex

#8AABCB
(138,171,203)
0 Favorites   0 Comments

Color spaces of #8aabcb

RGB 138171203
HSL0.580.380.67
HSV210°32°80°
CMYK 0.320.160.00   0.20
XYZ35.823638.840962.1088
Yxy38.84090.26190.2840
Hunter Lab62.3225-6.4607-15.4610
CIE-Lab68.6359-3.6381-19.9435

#8aabcb color RGB value is (138,171,203).

#8aabcb hex color red value is 138, green value is 171 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8aabcb hue: 0.58 , saturation: 0.38 and the lightness value of 8aabcb is 0.67.

The process color (four color CMYK) of #8aabcb color hex is 0.32, 0.16, 0.00, 0.20. Web safe color of #8aabcb is #9999cc. Color #8aabcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101011 11001011
Octal 212 253 313
Decimal 138 171 203
Hex 8A AB CB

RGB Percentages of Color #8aabcb

%26.95
%33.40
%39.65

CMYK Percentages of Color #8aabcb

%32
%16
%0
%20

Triadic Colors of #8aabcb

#8aabcb #cb8aab #abcb8a

Analogous Colors of #8aabcb

#8aabcb #8a8bcb #8acbcb

Monochromatic Colors of #8aabcb

#8aabcb

Complementary Color

#8aabcb #cbaa8a

#8aabcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aabcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aabcb Color CSS Codes

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

#8aabcb Text Font Color

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

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


#8aabcb Background Color

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

This div background color is #8aabcb


#8aabcb Border Color

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

This div border color is #8aabcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aabcb


Comments

No comments written yet.

Please login to write comment.