Color Hex Logo

#89edbb Color Hex

#89EDBB
(137,237,187)
0 Favorites   0 Comments

Color spaces of #89edbb

RGB 137237187
HSL0.420.740.73
HSV150°42°93°
CMYK 0.420.000.21   0.07
XYZ49.570469.474657.8110
Yxy69.47460.28030.3928
Hunter Lab83.3514-39.708217.2236
CIE-Lab86.7385-40.370515.1857

#89edbb color RGB value is (137,237,187).

#89edbb hex color red value is 137, green value is 237 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #89edbb hue: 0.42 , saturation: 0.74 and the lightness value of 89edbb is 0.73.

The process color (four color CMYK) of #89edbb color hex is 0.42, 0.00, 0.21, 0.07. Web safe color of #89edbb is #99ffcc. Color #89edbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11101101 10111011
Octal 211 355 273
Decimal 137 237 187
Hex 89 ED BB

RGB Percentages of Color #89edbb

%24.42
%42.25
%33.33

CMYK Percentages of Color #89edbb

%42
%0
%21
%7

Triadic Colors of #89edbb

#89edbb #bb89ed #edbb89

Analogous Colors of #89edbb

#89edbb #89eded #89ed89

Monochromatic Colors of #89edbb

#89edbb

Complementary Color

#89edbb #ed89bb

#89edbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89edbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#89edbb Color CSS Codes

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

#89edbb Text Font Color

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

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


#89edbb Background Color

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

This div background color is #89edbb


#89edbb Border Color

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

This div border color is #89edbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89edbb


Comments

No comments written yet.

Please login to write comment.