Color Hex Logo

#8dabaa Color Hex

#8DABAA
(141,171,170)
0 Favorites   0 Comments

Color spaces of #8dabaa

RGB 141171170
HSL0.490.150.61
HSV178°18°67°
CMYK 0.180.000.01   0.33
XYZ32.803137.690843.5764
Yxy37.69080.28760.3304
Hunter Lab61.3928-12.06230.8912
CIE-Lab67.7921-10.4516-2.9183

#8dabaa color RGB value is (141,171,170).

#8dabaa hex color red value is 141, green value is 171 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8dabaa hue: 0.49 , saturation: 0.15 and the lightness value of 8dabaa is 0.61.

The process color (four color CMYK) of #8dabaa color hex is 0.18, 0.00, 0.01, 0.33. Web safe color of #8dabaa is #999999. Color #8dabaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101011 10101010
Octal 215 253 252
Decimal 141 171 170
Hex 8D AB AA

RGB Percentages of Color #8dabaa

%29.25
%35.48
%35.27

CMYK Percentages of Color #8dabaa

%18
%0
%1
%33

Triadic Colors of #8dabaa

#8dabaa #aa8dab #abaa8d

Analogous Colors of #8dabaa

#8dabaa #8d9dab #8dab9b

Monochromatic Colors of #8dabaa

#8dabaa

Complementary Color

#8dabaa #ab8d8e

#8dabaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dabaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dabaa Color CSS Codes

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

#8dabaa Text Font Color

<p style="color:#8dabaa">Text here</p>

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


#8dabaa Background Color

<div style="background-color:#8dabaa">
Div content here</div>

This div background color is #8dabaa


#8dabaa Border Color

<div style="border:3px solid #8dabaa">
Div here</div>

This div border color is #8dabaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,171,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8dabaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8dabaa;
  -webkit-box-shadow: 1px 1px 3px 2px #8dabaa;
  box-shadow:         1px 1px 3px 2px #8dabaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dabaa


Comments

No comments written yet.

Please login to write comment.