Color Hex Logo

#8bbcab Color Hex

#8BBCAB
(139,188,171)
0 Favorites   0 Comments

Color spaces of #8bbcab

RGB 139188171
HSL0.440.270.64
HSV159°26°74°
CMYK 0.260.000.09   0.26
XYZ35.981444.395745.2009
Yxy44.39570.28650.3535
Hunter Lab66.6301-20.20966.4196
CIE-Lab72.4922-19.73073.3761

#8bbcab color RGB value is (139,188,171).

#8bbcab hex color red value is 139, green value is 188 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8bbcab hue: 0.44 , saturation: 0.27 and the lightness value of 8bbcab is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111100 10101011
Octal 213 274 253
Decimal 139 188 171
Hex 8B BC AB

RGB Percentages of Color #8bbcab

%27.91
%37.75
%34.34

CMYK Percentages of Color #8bbcab

%26
%0
%9
%26

Triadic Colors of #8bbcab

#8bbcab #ab8bbc #bcab8b

Analogous Colors of #8bbcab

#8bbcab #8bb5bc #8bbc93

Monochromatic Colors of #8bbcab

#8bbcab

Complementary Color

#8bbcab #bc8b9c

#8bbcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbcab Color CSS Codes

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

#8bbcab Text Font Color

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

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


#8bbcab Background Color

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

This div background color is #8bbcab


#8bbcab Border Color

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

This div border color is #8bbcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbcab


Comments

No comments written yet.

Please login to write comment.