Color Hex Logo

#89afbf Color Hex

#89AFBF
(137,175,191)
0 Favorites   0 Comments

Color spaces of #89afbf

RGB 137175191
HSL0.550.300.64
HSV198°28°75°
CMYK 0.280.080.00   0.25
XYZ35.050539.739955.1134
Yxy39.73990.26980.3059
Hunter Lab63.0396-11.0719-7.7075
CIE-Lab69.2839-9.0483-12.3493

#89afbf color RGB value is (137,175,191).

#89afbf hex color red value is 137, green value is 175 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #89afbf hue: 0.55 , saturation: 0.30 and the lightness value of 89afbf is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101111 10111111
Octal 211 257 277
Decimal 137 175 191
Hex 89 AF BF

RGB Percentages of Color #89afbf

%27.24
%34.79
%37.97

CMYK Percentages of Color #89afbf

%28
%8
%0
%25

Triadic Colors of #89afbf

#89afbf #bf89af #afbf89

Analogous Colors of #89afbf

#89afbf #8994bf #89bfb4

Monochromatic Colors of #89afbf

#89afbf

Complementary Color

#89afbf #bf9989

#89afbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89afbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#89afbf Color CSS Codes

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

#89afbf Text Font Color

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

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


#89afbf Background Color

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

This div background color is #89afbf


#89afbf Border Color

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

This div border color is #89afbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89afbf


Comments

No comments written yet.

Please login to write comment.