Color Hex Logo

#8ab9ad Color Hex

#8AB9AD
(138,185,173)
0 Favorites   0 Comments

Color spaces of #8ab9ad

RGB 138185173
HSL0.460.250.63
HSV165°25°73°
CMYK 0.250.000.06   0.27
XYZ35.373043.118345.9935
Yxy43.11830.28420.3464
Hunter Lab65.6645-18.75634.4366
CIE-Lab71.6352-18.08701.0315

#8ab9ad color RGB value is (138,185,173).

#8ab9ad hex color red value is 138, green value is 185 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8ab9ad hue: 0.46 , saturation: 0.25 and the lightness value of 8ab9ad is 0.63.

The process color (four color CMYK) of #8ab9ad color hex is 0.25, 0.00, 0.06, 0.27. Web safe color of #8ab9ad is #99cc99. Color #8ab9ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111001 10101101
Octal 212 271 255
Decimal 138 185 173
Hex 8A B9 AD

RGB Percentages of Color #8ab9ad

%27.82
%37.30
%34.88

CMYK Percentages of Color #8ab9ad

%25
%0
%6
%27

Triadic Colors of #8ab9ad

#8ab9ad #ad8ab9 #b9ad8a

Analogous Colors of #8ab9ad

#8ab9ad #8aaeb9 #8ab996

Monochromatic Colors of #8ab9ad

#8ab9ad

Complementary Color

#8ab9ad #b98a96

#8ab9ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ab9ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ab9ad Color CSS Codes

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

#8ab9ad Text Font Color

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

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


#8ab9ad Background Color

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

This div background color is #8ab9ad


#8ab9ad Border Color

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

This div border color is #8ab9ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,185,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ab9ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ab9ad;
  -webkit-box-shadow: 1px 1px 3px 2px #8ab9ad;
  box-shadow:         1px 1px 3px 2px #8ab9ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,185,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ab9ad


Comments

No comments written yet.

Please login to write comment.