Color Hex Logo

#89a2ba Color Hex

#89A2BA
(137,162,186)
0 Favorites   0 Comments

Color spaces of #89a2ba

RGB 137162186
HSL0.580.260.63
HSV209°26°73°
CMYK 0.260.130.00   0.27
XYZ32.099834.704251.4611
Yxy34.70420.27140.2934
Hunter Lab58.9103-5.8296-10.5556
CIE-Lab65.5177-3.1728-15.2410

#89a2ba color RGB value is (137,162,186).

#89a2ba hex color red value is 137, green value is 162 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #89a2ba hue: 0.58 , saturation: 0.26 and the lightness value of 89a2ba is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10100010 10111010
Octal 211 242 272
Decimal 137 162 186
Hex 89 A2 BA

RGB Percentages of Color #89a2ba

%28.25
%33.40
%38.35

CMYK Percentages of Color #89a2ba

%26
%13
%0
%27

Triadic Colors of #89a2ba

#89a2ba #ba89a2 #a2ba89

Analogous Colors of #89a2ba

#89a2ba #898aba #89baba

Monochromatic Colors of #89a2ba

#89a2ba

Complementary Color

#89a2ba #baa189

#89a2ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89a2ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#89a2ba Color CSS Codes

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

#89a2ba Text Font Color

<p style="color:#89a2ba">Text here</p>

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


#89a2ba Background Color

<div style="background-color:#89a2ba">
Div content here</div>

This div background color is #89a2ba


#89a2ba Border Color

<div style="border:3px solid #89a2ba">
Div here</div>

This div border color is #89a2ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,162,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89a2ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89a2ba;
  -webkit-box-shadow: 1px 1px 3px 2px #89a2ba;
  box-shadow:         1px 1px 3px 2px #89a2ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,162,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89a2ba


Comments

No comments written yet.

Please login to write comment.