Color Hex Logo

#89caba Color Hex

#89CABA
(137,202,186)
0 Favorites   0 Comments

Color spaces of #89caba

RGB 137202186
HSL0.460.380.66
HSV165°32°79°
CMYK 0.320.000.08   0.21
XYZ40.300051.104654.1945
Yxy51.10460.27680.3510
Hunter Lab71.4875-24.47645.0936
CIE-Lab76.7423-24.12261.4009

#89caba color RGB value is (137,202,186).

#89caba hex color red value is 137, green value is 202 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #89caba hue: 0.46 , saturation: 0.38 and the lightness value of 89caba is 0.66.

The process color (four color CMYK) of #89caba color hex is 0.32, 0.00, 0.08, 0.21. Web safe color of #89caba is #99cccc. Color #89caba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11001010 10111010
Octal 211 312 272
Decimal 137 202 186
Hex 89 CA BA

RGB Percentages of Color #89caba

%26.10
%38.48
%35.43

CMYK Percentages of Color #89caba

%32
%0
%8
%21

Triadic Colors of #89caba

#89caba #ba89ca #caba89

Analogous Colors of #89caba

#89caba #89baca #89ca9a

Monochromatic Colors of #89caba

#89caba

Complementary Color

#89caba #ca8999

#89caba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89caba Color Preview on White Background

Lorem ipsum dolor sit amet.

#89caba Color CSS Codes

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

#89caba Text Font Color

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

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


#89caba Background Color

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

This div background color is #89caba


#89caba Border Color

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

This div border color is #89caba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89caba


Comments

No comments written yet.

Please login to write comment.