Color Hex Logo

#89e0ee Color Hex

#89E0EE
(137,224,238)
0 Favorites   0 Comments

Color spaces of #89e0ee

RGB 137224238
HSL0.520.750.74
HSV188°42°93°
CMYK 0.420.060.00   0.07
XYZ52.404864.802790.6351
Yxy64.80270.25210.3118
Hunter Lab80.5001-24.6734-10.4045
CIE-Lab84.3820-22.6837-15.0652

#89e0ee color RGB value is (137,224,238).

#89e0ee hex color red value is 137, green value is 224 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #89e0ee hue: 0.52 , saturation: 0.75 and the lightness value of 89e0ee is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11100000 11101110
Octal 211 340 356
Decimal 137 224 238
Hex 89 E0 EE

RGB Percentages of Color #89e0ee

%22.87
%37.40
%39.73

CMYK Percentages of Color #89e0ee

%42
%6
%0
%7

Triadic Colors of #89e0ee

#89e0ee #ee89e0 #e0ee89

Analogous Colors of #89e0ee

#89e0ee #89aeee #89eeca

Monochromatic Colors of #89e0ee

#89e0ee

Complementary Color

#89e0ee #ee9789

#89e0ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89e0ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#89e0ee Color CSS Codes

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

#89e0ee Text Font Color

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

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


#89e0ee Background Color

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

This div background color is #89e0ee


#89e0ee Border Color

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

This div border color is #89e0ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89e0ee


Comments

No comments written yet.

Please login to write comment.