Color Hex Logo

#89eecc Color Hex

#89EECC
(137,238,204)
0 Favorites   0 Comments

Color spaces of #89eecc

RGB 137238204
HSL0.440.750.74
HSV160°42°93°
CMYK 0.420.000.14   0.07
XYZ51.790170.827168.0681
Yxy70.82710.27160.3714
Hunter Lab84.1588-37.431710.9571
CIE-Lab87.4009-37.30597.2663

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11101110 11001100
Octal 211 356 314
Decimal 137 238 204
Hex 89 EE CC

RGB Percentages of Color #89eecc

%23.66
%41.11
%35.23

CMYK Percentages of Color #89eecc

%42
%0
%14
%7

Triadic Colors of #89eecc

#89eecc #cc89ee #eecc89

Analogous Colors of #89eecc

#89eecc #89deee #89ee9a

Monochromatic Colors of #89eecc

#89eecc

Complementary Color

#89eecc #ee89ab

#89eecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89eecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#89eecc Color CSS Codes

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

#89eecc Text Font Color

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

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


#89eecc Background Color

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

This div background color is #89eecc


#89eecc Border Color

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

This div border color is #89eecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89eecc


Comments

No comments written yet.

Please login to write comment.