Color Hex Logo

#89eeee Color Hex

#89EEEE
(137,238,238)
0 Favorites   0 Comments

Color spaces of #89eeee

RGB 137238238
HSL0.500.750.74
HSV180°42°93°
CMYK 0.420.000.00   0.07
XYZ56.323772.640591.9414
Yxy72.64050.25500.3288
Hunter Lab85.2294-31.1900-4.2986
CIE-Lab88.2760-29.4928-9.2509

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11101110 11101110
Octal 211 356 356
Decimal 137 238 238
Hex 89 EE EE

RGB Percentages of Color #89eeee

%22.35
%38.83
%38.83

CMYK Percentages of Color #89eeee

%42
%0
%0
%7

Triadic Colors of #89eeee

#89eeee #ee89ee #eeee89

Analogous Colors of #89eeee

#89eeee #89bcee #89eebc

Monochromatic Colors of #89eeee

#89eeee

Complementary Color

#89eeee #ee8989

#89eeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89eeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#89eeee Color CSS Codes

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

#89eeee Text Font Color

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

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


#89eeee Background Color

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

This div background color is #89eeee


#89eeee Border Color

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

This div border color is #89eeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89eeee


Comments

No comments written yet.

Please login to write comment.