Color Hex Logo

#89ecec Color Hex

#89ECEC
(137,236,236)
1 Favorites   0 Comments

Color spaces of #89ecec

RGB 137236236
HSL0.500.720.73
HSV180°42°93°
CMYK 0.420.000.00   0.07
XYZ55.452371.365490.2091
Yxy71.36540.25550.3288
Hunter Lab84.4780-30.6673-4.1776
CIE-Lab87.6622-29.0245-9.1143

#89ecec color RGB value is (137,236,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11101100 11101100
Octal 211 354 354
Decimal 137 236 236
Hex 89 EC EC

RGB Percentages of Color #89ecec

%22.50
%38.75
%38.75

CMYK Percentages of Color #89ecec

%42
%0
%0
%7

Triadic Colors of #89ecec

#89ecec #ec89ec #ecec89

Analogous Colors of #89ecec

#89ecec #89bbec #89ecbb

Monochromatic Colors of #89ecec

#89ecec

Complementary Color

#89ecec #ec8989

#89ecec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89ecec Color Preview on White Background

Lorem ipsum dolor sit amet.

#89ecec Color CSS Codes

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

#89ecec Text Font Color

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

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


#89ecec Background Color

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

This div background color is #89ecec


#89ecec Border Color

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

This div border color is #89ecec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89ecec


Comments

No comments written yet.

Please login to write comment.