Color Hex Logo

#8abaad Color Hex

#8ABAAD
(138,186,173)
0 Favorites   0 Comments

Color spaces of #8abaad

RGB 138186173
HSL0.450.260.64
HSV164°26°73°
CMYK 0.260.000.07   0.27
XYZ35.583043.538246.0635
Yxy43.53820.28420.3478
Hunter Lab65.9835-19.21124.7977
CIE-Lab71.9187-18.59891.4443

#8abaad color RGB value is (138,186,173).

#8abaad hex color red value is 138, green value is 186 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8abaad hue: 0.45 , saturation: 0.26 and the lightness value of 8abaad is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111010 10101101
Octal 212 272 255
Decimal 138 186 173
Hex 8A BA AD

RGB Percentages of Color #8abaad

%27.77
%37.42
%34.81

CMYK Percentages of Color #8abaad

%26
%0
%7
%27

Triadic Colors of #8abaad

#8abaad #ad8aba #baad8a

Analogous Colors of #8abaad

#8abaad #8aafba #8aba95

Monochromatic Colors of #8abaad

#8abaad

Complementary Color

#8abaad #ba8a97

#8abaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abaad Color CSS Codes

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

#8abaad Text Font Color

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

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


#8abaad Background Color

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

This div background color is #8abaad


#8abaad Border Color

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

This div border color is #8abaad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,186,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 #8abaad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abaad


Comments

No comments written yet.

Please login to write comment.