Color Hex Logo

#8abbac Color Hex

#8ABBAC
(138,187,172)
0 Favorites   0 Comments

Color spaces of #8abbac

RGB 138187172
HSL0.450.260.64
HSV162°26°73°
CMYK 0.260.000.08   0.27
XYZ35.698043.922545.6261
Yxy43.92250.28500.3507
Hunter Lab66.2741-19.83205.5739
CIE-Lab72.1767-19.32282.3657

#8abbac color RGB value is (138,187,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111011 10101100
Octal 212 273 254
Decimal 138 187 172
Hex 8A BB AC

RGB Percentages of Color #8abbac

%27.77
%37.63
%34.61

CMYK Percentages of Color #8abbac

%26
%0
%8
%27

Triadic Colors of #8abbac

#8abbac #ac8abb #bbac8a

Analogous Colors of #8abbac

#8abbac #8ab2bb #8abb94

Monochromatic Colors of #8abbac

#8abbac

Complementary Color

#8abbac #bb8a99

#8abbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abbac Color CSS Codes

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

#8abbac Text Font Color

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

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


#8abbac Background Color

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

This div background color is #8abbac


#8abbac Border Color

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

This div border color is #8abbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abbac


Comments

No comments written yet.

Please login to write comment.