Color Hex Logo

#89feac Color Hex

#89FEAC
(137,254,172)
0 Favorites   0 Comments

Color spaces of #89feac

RGB 137254172
HSL0.380.980.77
HSV138°46°100°
CMYK 0.460.000.32   0.00
XYZ53.204779.180551.5089
Yxy79.18050.28930.4306
Hunter Lab88.9834-48.992827.9678
CIE-Lab91.3159-50.495829.1904

#89feac color RGB value is (137,254,172).

#89feac hex color red value is 137, green value is 254 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #89feac hue: 0.38 , saturation: 0.98 and the lightness value of 89feac is 0.77.

The process color (four color CMYK) of #89feac color hex is 0.46, 0.00, 0.32, 0.00. Web safe color of #89feac is #99ff99. Color #89feac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11111110 10101100
Octal 211 376 254
Decimal 137 254 172
Hex 89 FE AC

RGB Percentages of Color #89feac

%24.33
%45.12
%30.55

CMYK Percentages of Color #89feac

%46
%0
%32
%0

Triadic Colors of #89feac

#89feac #ac89fe #feac89

Analogous Colors of #89feac

#89feac #89fee7 #a1fe89

Monochromatic Colors of #89feac

#89feac

Complementary Color

#89feac #fe89db

#89feac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89feac Color Preview on White Background

Lorem ipsum dolor sit amet.

#89feac Color CSS Codes

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

#89feac Text Font Color

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

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


#89feac Background Color

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

This div background color is #89feac


#89feac Border Color

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

This div border color is #89feac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89feac


Comments

No comments written yet.

Please login to write comment.