Color Hex Logo

#89dd45 Color Hex

#89DD45
(137,221,69)
0 Favorites   0 Comments

Color spaces of #89dd45

RGB 13722169
HSL0.260.690.57
HSV93°69°87°
CMYK 0.380.000.69   0.13
XYZ37.247257.460914.7582
Yxy57.46090.34030.5249
Hunter Lab75.8030-44.945941.5188
CIE-Lab80.4381-49.787863.5370

#89dd45 color RGB value is (137,221,69).

#89dd45 hex color red value is 137, green value is 221 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #89dd45 hue: 0.26 , saturation: 0.69 and the lightness value of 89dd45 is 0.57.

The process color (four color CMYK) of #89dd45 color hex is 0.38, 0.00, 0.69, 0.13. Web safe color of #89dd45 is #99cc33. Color #89dd45 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011101 01000101
Octal 211 335 105
Decimal 137 221 69
Hex 89 DD 45

RGB Percentages of Color #89dd45

%32.08
%51.76
%16.16

CMYK Percentages of Color #89dd45

%38
%0
%69
%13

Triadic Colors of #89dd45

#89dd45 #4589dd #dd4589

Analogous Colors of #89dd45

#89dd45 #45dd4d #d5dd45

Monochromatic Colors of #89dd45

#89dd45

Complementary Color

#89dd45 #9945dd

#89dd45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89dd45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#89dd45 Color CSS Codes

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

#89dd45 Text Font Color

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

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


#89dd45 Background Color

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

This div background color is #89dd45


#89dd45 Border Color

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

This div border color is #89dd45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89dd45


Comments

No comments written yet.

Please login to write comment.