Color Hex Logo

#89edcd Color Hex

#89EDCD
(137,237,205)
0 Favorites   0 Comments

Color spaces of #89edcd

RGB 137237205
HSL0.450.740.73
HSV161°42°93°
CMYK 0.420.000.14   0.07
XYZ51.620270.294568.6051
Yxy70.29450.27090.3690
Hunter Lab83.8418-36.823310.1741
CIE-Lab87.1411-36.63306.3698

#89edcd color RGB value is (137,237,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11101101 11001101
Octal 211 355 315
Decimal 137 237 205
Hex 89 ED CD

RGB Percentages of Color #89edcd

%23.66
%40.93
%35.41

CMYK Percentages of Color #89edcd

%42
%0
%14
%7

Triadic Colors of #89edcd

#89edcd #cd89ed #edcd89

Analogous Colors of #89edcd

#89edcd #89dbed #89ed9b

Monochromatic Colors of #89edcd

#89edcd

Complementary Color

#89edcd #ed89a9

#89edcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89edcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#89edcd Color CSS Codes

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

#89edcd Text Font Color

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

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


#89edcd Background Color

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

This div background color is #89edcd


#89edcd Border Color

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

This div border color is #89edcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,237,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 #89edcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89edcd


Comments

No comments written yet.

Please login to write comment.