Color Hex Logo

#89e3bd Color Hex

#89E3BD
(137,227,189)
0 Favorites   0 Comments

Color spaces of #89e3bd

RGB 137227189
HSL0.430.620.71
HSV155°40°89°
CMYK 0.400.000.17   0.11
XYZ46.970963.930758.0083
Yxy63.93070.27810.3785
Hunter Lab79.9567-35.063612.9550
CIE-Lab83.9297-35.425310.1588

#89e3bd color RGB value is (137,227,189).

#89e3bd hex color red value is 137, green value is 227 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #89e3bd hue: 0.43 , saturation: 0.62 and the lightness value of 89e3bd is 0.71.

The process color (four color CMYK) of #89e3bd color hex is 0.40, 0.00, 0.17, 0.11. Web safe color of #89e3bd is #99cccc. Color #89e3bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11100011 10111101
Octal 211 343 275
Decimal 137 227 189
Hex 89 E3 BD

RGB Percentages of Color #89e3bd

%24.77
%41.05
%34.18

CMYK Percentages of Color #89e3bd

%40
%0
%17
%11

Triadic Colors of #89e3bd

#89e3bd #bd89e3 #e3bd89

Analogous Colors of #89e3bd

#89e3bd #89dce3 #89e390

Monochromatic Colors of #89e3bd

#89e3bd

Complementary Color

#89e3bd #e389af

#89e3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89e3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#89e3bd Color CSS Codes

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

#89e3bd Text Font Color

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

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


#89e3bd Background Color

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

This div background color is #89e3bd


#89e3bd Border Color

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

This div border color is #89e3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89e3bd


Comments

No comments written yet.

Please login to write comment.