Color Hex Logo

#89edea Color Hex

#89EDEA
(137,237,234)
0 Favorites   0 Comments

Color spaces of #89edea

RGB 137237234
HSL0.500.740.73
HSV178°42°93°
CMYK 0.420.000.01   0.07
XYZ55.452071.827388.7833
Yxy71.82730.25660.3324
Hunter Lab84.7510-31.5229-2.7852
CIE-Lab87.8854-29.9872-7.7346

#89edea color RGB value is (137,237,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11101101 11101010
Octal 211 355 352
Decimal 137 237 234
Hex 89 ED EA

RGB Percentages of Color #89edea

%22.53
%38.98
%38.49

CMYK Percentages of Color #89edea

%42
%0
%1
%7

Triadic Colors of #89edea

#89edea #ea89ed #edea89

Analogous Colors of #89edea

#89edea #89beed #89edb8

Monochromatic Colors of #89edea

#89edea

Complementary Color

#89edea #ed898c

#89edea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89edea Color Preview on White Background

Lorem ipsum dolor sit amet.

#89edea Color CSS Codes

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

#89edea Text Font Color

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

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


#89edea Background Color

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

This div background color is #89edea


#89edea Border Color

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

This div border color is #89edea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89edea


Comments

No comments written yet.

Please login to write comment.