Color Hex Logo

#89dfac Color Hex

#89DFAC
(137,223,172)
0 Favorites   0 Comments

Color spaces of #89dfac

RGB 137223172
HSL0.400.570.71
HSV144°39°87°
CMYK 0.390.000.23   0.13
XYZ44.150661.072348.4909
Yxy61.07230.28720.3973
Hunter Lab78.1488-35.915717.9150
CIE-Lab82.4176-36.983416.9535

#89dfac color RGB value is (137,223,172).

#89dfac hex color red value is 137, green value is 223 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #89dfac hue: 0.40 , saturation: 0.57 and the lightness value of 89dfac is 0.71.

The process color (four color CMYK) of #89dfac color hex is 0.39, 0.00, 0.23, 0.13. Web safe color of #89dfac is #99cc99. Color #89dfac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011111 10101100
Octal 211 337 254
Decimal 137 223 172
Hex 89 DF AC

RGB Percentages of Color #89dfac

%25.75
%41.92
%32.33

CMYK Percentages of Color #89dfac

%39
%0
%23
%13

Triadic Colors of #89dfac

#89dfac #ac89df #dfac89

Analogous Colors of #89dfac

#89dfac #89dfd7 #91df89

Monochromatic Colors of #89dfac

#89dfac

Complementary Color

#89dfac #df89bc

#89dfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89dfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#89dfac Color CSS Codes

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

#89dfac Text Font Color

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

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


#89dfac Background Color

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

This div background color is #89dfac


#89dfac Border Color

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

This div border color is #89dfac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,223,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 #89dfac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89dfac


Comments

No comments written yet.

Please login to write comment.