Color Hex Logo

#89beba Color Hex

#89BEBA
(137,190,186)
0 Favorites   0 Comments

Color spaces of #89beba

RGB 137190186
HSL0.490.290.64
HSV175°28°75°
CMYK 0.280.000.02   0.25
XYZ37.592945.690453.2922
Yxy45.69040.27530.3345
Hunter Lab67.5947-19.01760.5715
CIE-Lab73.3442-18.0819-3.5734

#89beba color RGB value is (137,190,186).

#89beba hex color red value is 137, green value is 190 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #89beba hue: 0.49 , saturation: 0.29 and the lightness value of 89beba is 0.64.

The process color (four color CMYK) of #89beba color hex is 0.28, 0.00, 0.02, 0.25. Web safe color of #89beba is #99cccc. Color #89beba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111110 10111010
Octal 211 276 272
Decimal 137 190 186
Hex 89 BE BA

RGB Percentages of Color #89beba

%26.71
%37.04
%36.26

CMYK Percentages of Color #89beba

%28
%0
%2
%25

Triadic Colors of #89beba

#89beba #ba89be #beba89

Analogous Colors of #89beba

#89beba #89a8be #89bea0

Monochromatic Colors of #89beba

#89beba

Complementary Color

#89beba #be898d

#89beba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89beba Color Preview on White Background

Lorem ipsum dolor sit amet.

#89beba Color CSS Codes

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

#89beba Text Font Color

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

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


#89beba Background Color

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

This div background color is #89beba


#89beba Border Color

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

This div border color is #89beba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89beba


Comments

No comments written yet.

Please login to write comment.