Color Hex Logo

#8aa6bd Color Hex

#8AA6BD
(138,166,189)
0 Favorites   0 Comments

Color spaces of #8aa6bd

RGB 138166189
HSL0.580.280.64
HSV207°27°74°
CMYK 0.270.120.00   0.26
XYZ33.302836.349853.4051
Yxy36.34980.27060.2954
Hunter Lab60.2908-6.9109-10.3150
CIE-Lab66.7863-4.3444-14.9913

#8aa6bd color RGB value is (138,166,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10100110 10111101
Octal 212 246 275
Decimal 138 166 189
Hex 8A A6 BD

RGB Percentages of Color #8aa6bd

%27.99
%33.67
%38.34

CMYK Percentages of Color #8aa6bd

%27
%12
%0
%26

Triadic Colors of #8aa6bd

#8aa6bd #bd8aa6 #a6bd8a

Analogous Colors of #8aa6bd

#8aa6bd #8a8dbd #8abdbb

Monochromatic Colors of #8aa6bd

#8aa6bd

Complementary Color

#8aa6bd #bda18a

#8aa6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aa6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aa6bd Color CSS Codes

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

#8aa6bd Text Font Color

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

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


#8aa6bd Background Color

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

This div background color is #8aa6bd


#8aa6bd Border Color

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

This div border color is #8aa6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aa6bd


Comments

No comments written yet.

Please login to write comment.