Color Hex Logo

#8daaab Color Hex

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

Color spaces of #8daaab

RGB 141170171
HSL0.510.150.61
HSV182°18°67°
CMYK 0.180.010.00   0.33
XYZ32.709937.352444.0138
Yxy37.35240.28670.3274
Hunter Lab61.1166-11.42000.0833
CIE-Lab67.5406-9.6999-3.8434

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

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

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

Base Numbers

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

RGB Percentages of Color #8daaab

%29.25
%35.27
%35.48

CMYK Percentages of Color #8daaab

%18
%1
%0
%33

Triadic Colors of #8daaab

#8daaab #ab8daa #aaab8d

Analogous Colors of #8daaab

#8daaab #8d9bab #8dab9d

Monochromatic Colors of #8daaab

#8daaab

Complementary Color

#8daaab #ab8e8d

#8daaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8daaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8daaab Color CSS Codes

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

#8daaab Text Font Color

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

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


#8daaab Background Color

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

This div background color is #8daaab


#8daaab Border Color

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

This div border color is #8daaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8daaab


Comments

No comments written yet.

Please login to write comment.