Color Hex Logo

#89e6cd Color Hex

#89E6CD
(137,230,205)
0 Favorites   0 Comments

Color spaces of #89e6cd

RGB 137230205
HSL0.460.650.72
HSV164°40°90°
CMYK 0.400.000.11   0.10
XYZ49.632866.319867.9427
Yxy66.31980.26990.3606
Hunter Lab81.4370-33.72567.5404
CIE-Lab85.1593-33.39463.5064

#89e6cd color RGB value is (137,230,205).

#89e6cd hex color red value is 137, green value is 230 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #89e6cd hue: 0.46 , saturation: 0.65 and the lightness value of 89e6cd is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11100110 11001101
Octal 211 346 315
Decimal 137 230 205
Hex 89 E6 CD

RGB Percentages of Color #89e6cd

%23.95
%40.21
%35.84

CMYK Percentages of Color #89e6cd

%40
%0
%11
%10

Triadic Colors of #89e6cd

#89e6cd #cd89e6 #e6cd89

Analogous Colors of #89e6cd

#89e6cd #89d1e6 #89e69f

Monochromatic Colors of #89e6cd

#89e6cd

Complementary Color

#89e6cd #e689a2

#89e6cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89e6cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#89e6cd Color CSS Codes

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

#89e6cd Text Font Color

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

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


#89e6cd Background Color

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

This div background color is #89e6cd


#89e6cd Border Color

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

This div border color is #89e6cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89e6cd


Comments

No comments written yet.

Please login to write comment.