Color Hex Logo

#89acba Color Hex

#89ACBA
(137,172,186)
0 Favorites   0 Comments

Color spaces of #89acba

RGB 137172186
HSL0.550.260.63
HSV197°26°73°
CMYK 0.260.080.00   0.27
XYZ33.932038.368652.0718
Yxy38.36860.27280.3085
Hunter Lab61.9424-10.6170-6.4824
CIE-Lab68.2914-8.6257-11.0727

#89acba color RGB value is (137,172,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101100 10111010
Octal 211 254 272
Decimal 137 172 186
Hex 89 AC BA

RGB Percentages of Color #89acba

%27.68
%34.75
%37.58

CMYK Percentages of Color #89acba

%26
%8
%0
%27

Triadic Colors of #89acba

#89acba #ba89ac #acba89

Analogous Colors of #89acba

#89acba #8994ba #89bab0

Monochromatic Colors of #89acba

#89acba

Complementary Color

#89acba #ba9789

#89acba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89acba Color Preview on White Background

Lorem ipsum dolor sit amet.

#89acba Color CSS Codes

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

#89acba Text Font Color

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

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


#89acba Background Color

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

This div background color is #89acba


#89acba Border Color

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

This div border color is #89acba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,172,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 #89acba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89acba


Comments

No comments written yet.

Please login to write comment.