Color Hex Logo

#89ecde Color Hex

#89ECDE
(137,236,222)
0 Favorites   0 Comments

Color spaces of #89ecde

RGB 137236222
HSL0.480.720.73
HSV172°42°93°
CMYK 0.420.000.06   0.07
XYZ53.496870.583279.9116
Yxy70.58320.26230.3460
Hunter Lab84.0138-33.36212.4147
CIE-Lab87.2821-32.3561-2.3316

#89ecde color RGB value is (137,236,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11101100 11011110
Octal 211 354 336
Decimal 137 236 222
Hex 89 EC DE

RGB Percentages of Color #89ecde

%23.03
%39.66
%37.31

CMYK Percentages of Color #89ecde

%42
%0
%6
%7

Triadic Colors of #89ecde

#89ecde #de89ec #ecde89

Analogous Colors of #89ecde

#89ecde #89c9ec #89ecad

Monochromatic Colors of #89ecde

#89ecde

Complementary Color

#89ecde #ec8997

#89ecde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89ecde Color Preview on White Background

Lorem ipsum dolor sit amet.

#89ecde Color CSS Codes

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

#89ecde Text Font Color

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

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


#89ecde Background Color

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

This div background color is #89ecde


#89ecde Border Color

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

This div border color is #89ecde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89ecde


Comments

No comments written yet.

Please login to write comment.