Color Hex Logo

#89eeed Color Hex

#89EEED
(137,238,237)
0 Favorites   0 Comments

Color spaces of #89eeed

RGB 137238237
HSL0.500.750.74
HSV179°42°93°
CMYK 0.420.000.00   0.07
XYZ56.177172.581991.1696
Yxy72.58190.25540.3300
Hunter Lab85.1950-31.3894-3.8114
CIE-Lab88.2479-29.7366-8.7688

#89eeed color RGB value is (137,238,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11101110 11101101
Octal 211 356 355
Decimal 137 238 237
Hex 89 EE ED

RGB Percentages of Color #89eeed

%22.39
%38.89
%38.73

CMYK Percentages of Color #89eeed

%42
%0
%0
%7

Triadic Colors of #89eeed

#89eeed #ed89ee #eeed89

Analogous Colors of #89eeed

#89eeed #89bdee #89eebb

Monochromatic Colors of #89eeed

#89eeed

Complementary Color

#89eeed #ee898a

#89eeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89eeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#89eeed Color CSS Codes

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

#89eeed Text Font Color

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

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


#89eeed Background Color

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

This div background color is #89eeed


#89eeed Border Color

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

This div border color is #89eeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89eeed


Comments

No comments written yet.

Please login to write comment.