Color Hex Logo

#89e7dc Color Hex

#89E7DC
(137,231,220)
0 Favorites   0 Comments

Color spaces of #89e7dc

RGB 137231220
HSL0.480.660.72
HSV173°41°91°
CMYK 0.410.000.05   0.09
XYZ51.810767.637578.0348
Yxy67.63750.26240.3425
Hunter Lab82.2420-31.47241.3125
CIE-Lab85.8249-30.4583-3.4205

#89e7dc color RGB value is (137,231,220).

#89e7dc hex color red value is 137, green value is 231 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #89e7dc hue: 0.48 , saturation: 0.66 and the lightness value of 89e7dc is 0.72.

The process color (four color CMYK) of #89e7dc color hex is 0.41, 0.00, 0.05, 0.09. Web safe color of #89e7dc is #99ffcc. Color #89e7dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11100111 11011100
Octal 211 347 334
Decimal 137 231 220
Hex 89 E7 DC

RGB Percentages of Color #89e7dc

%23.30
%39.29
%37.41

CMYK Percentages of Color #89e7dc

%41
%0
%5
%9

Triadic Colors of #89e7dc

#89e7dc #dc89e7 #e7dc89

Analogous Colors of #89e7dc

#89e7dc #89c3e7 #89e7ad

Monochromatic Colors of #89e7dc

#89e7dc

Complementary Color

#89e7dc #e78994

#89e7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89e7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#89e7dc Color CSS Codes

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

#89e7dc Text Font Color

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

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


#89e7dc Background Color

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

This div background color is #89e7dc


#89e7dc Border Color

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

This div border color is #89e7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89e7dc


Comments

No comments written yet.

Please login to write comment.