Color Hex Logo

#89d5bf Color Hex

#89D5BF
(137,213,191)
0 Favorites   0 Comments

Color spaces of #89d5bf

RGB 137213191
HSL0.450.480.69
HSV163°36°84°
CMYK 0.360.000.10   0.16
XYZ43.514756.668557.9349
Yxy56.66850.27520.3584
Hunter Lab75.2785-28.55557.0649
CIE-Lab79.9928-28.39973.4395

#89d5bf color RGB value is (137,213,191).

#89d5bf hex color red value is 137, green value is 213 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #89d5bf hue: 0.45 , saturation: 0.48 and the lightness value of 89d5bf is 0.69.

The process color (four color CMYK) of #89d5bf color hex is 0.36, 0.00, 0.10, 0.16. Web safe color of #89d5bf is #99cccc. Color #89d5bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11010101 10111111
Octal 211 325 277
Decimal 137 213 191
Hex 89 D5 BF

RGB Percentages of Color #89d5bf

%25.32
%39.37
%35.30

CMYK Percentages of Color #89d5bf

%36
%0
%10
%16

Triadic Colors of #89d5bf

#89d5bf #bf89d5 #d5bf89

Analogous Colors of #89d5bf

#89d5bf #89c5d5 #89d599

Monochromatic Colors of #89d5bf

#89d5bf

Complementary Color

#89d5bf #d5899f

#89d5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89d5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#89d5bf Color CSS Codes

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

#89d5bf Text Font Color

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

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


#89d5bf Background Color

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

This div background color is #89d5bf


#89d5bf Border Color

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

This div border color is #89d5bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89d5bf


Comments

No comments written yet.

Please login to write comment.