Color Hex Logo

#8ba188 Color Hex

#8BA188
(139,161,136)
0 Favorites   0 Comments

Color spaces of #8ba188

RGB 139161136
HSL0.310.120.58
HSV113°16°63°
CMYK 0.140.000.16   0.37
XYZ27.836332.756328.1480
Yxy32.75630.31370.3691
Hunter Lab57.2331-13.341510.9036
CIE-Lab63.9631-12.625510.4606

#8ba188 color RGB value is (139,161,136).

#8ba188 hex color red value is 139, green value is 161 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #8ba188 hue: 0.31 , saturation: 0.12 and the lightness value of 8ba188 is 0.58.

The process color (four color CMYK) of #8ba188 color hex is 0.14, 0.00, 0.16, 0.37. Web safe color of #8ba188 is #999999. Color #8ba188 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10100001 10001000
Octal 213 241 210
Decimal 139 161 136
Hex 8B A1 88

RGB Percentages of Color #8ba188

%31.88
%36.93
%31.19

CMYK Percentages of Color #8ba188

%14
%0
%16
%37

Triadic Colors of #8ba188

#8ba188 #888ba1 #a1888b

Analogous Colors of #8ba188

#8ba188 #88a192 #98a188

Monochromatic Colors of #8ba188

#8ba188

Complementary Color

#8ba188 #9e88a1

#8ba188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ba188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ba188 Color CSS Codes

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

#8ba188 Text Font Color

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

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


#8ba188 Background Color

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

This div background color is #8ba188


#8ba188 Border Color

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

This div border color is #8ba188


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,161,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ba188; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ba188;
  -webkit-box-shadow: 1px 1px 3px 2px #8ba188;
  box-shadow:         1px 1px 3px 2px #8ba188; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,161,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ba188


Comments

No comments written yet.

Please login to write comment.