Color Hex Logo

#89e070 Color Hex

#89E070
(137,224,112)
0 Favorites   0 Comments

Color spaces of #89e070

RGB 137224112
HSL0.300.640.66
HSV107°50°88°
CMYK 0.390.000.50   0.12
XYZ39.896859.799524.7689
Yxy59.79950.32050.4805
Hunter Lab77.3301-43.234635.1405
CIE-Lab81.7291-46.874246.4088

#89e070 color RGB value is (137,224,112).

#89e070 hex color red value is 137, green value is 224 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #89e070 hue: 0.30 , saturation: 0.64 and the lightness value of 89e070 is 0.66.

The process color (four color CMYK) of #89e070 color hex is 0.39, 0.00, 0.50, 0.12. Web safe color of #89e070 is #99cc66. Color #89e070 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11100000 01110000
Octal 211 340 160
Decimal 137 224 112
Hex 89 E0 70

RGB Percentages of Color #89e070

%28.96
%47.36
%23.68

CMYK Percentages of Color #89e070

%39
%0
%50
%12

Triadic Colors of #89e070

#89e070 #7089e0 #e07089

Analogous Colors of #89e070

#89e070 #70e08f #c1e070

Monochromatic Colors of #89e070

#89e070

Complementary Color

#89e070 #c770e0

#89e070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89e070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#89e070 Color CSS Codes

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

#89e070 Text Font Color

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

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


#89e070 Background Color

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

This div background color is #89e070


#89e070 Border Color

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

This div border color is #89e070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89e070


Comments

No comments written yet.

Please login to write comment.