Color Hex Logo

#89edbc Color Hex

#89EDBC
(137,237,188)
0 Favorites   0 Comments

Color spaces of #89edbc

RGB 137237188
HSL0.420.740.73
HSV151°42°93°
CMYK 0.420.000.21   0.07
XYZ49.677869.517658.3769
Yxy69.51760.27980.3915
Hunter Lab83.3772-39.556316.8519
CIE-Lab86.7597-40.171414.6955

#89edbc color RGB value is (137,237,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11101101 10111100
Octal 211 355 274
Decimal 137 237 188
Hex 89 ED BC

RGB Percentages of Color #89edbc

%24.38
%42.17
%33.45

CMYK Percentages of Color #89edbc

%42
%0
%21
%7

Triadic Colors of #89edbc

#89edbc #bc89ed #edbc89

Analogous Colors of #89edbc

#89edbc #89eced #89ed8a

Monochromatic Colors of #89edbc

#89edbc

Complementary Color

#89edbc #ed89ba

#89edbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89edbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#89edbc Color CSS Codes

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

#89edbc Text Font Color

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

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


#89edbc Background Color

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

This div background color is #89edbc


#89edbc Border Color

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

This div border color is #89edbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89edbc


Comments

No comments written yet.

Please login to write comment.