Color Hex Logo

#8cbcab Color Hex

#8CBCAB
(140,188,171)
0 Favorites   0 Comments

Color spaces of #8cbcab

RGB 140188171
HSL0.440.260.64
HSV159°26°74°
CMYK 0.260.000.09   0.26
XYZ36.149144.482245.2087
Yxy44.48220.28730.3535
Hunter Lab66.6950-19.96816.4972
CIE-Lab72.5496-19.41723.4666

#8cbcab color RGB value is (140,188,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111100 10101011
Octal 214 274 253
Decimal 140 188 171
Hex 8C BC AB

RGB Percentages of Color #8cbcab

%28.06
%37.68
%34.27

CMYK Percentages of Color #8cbcab

%26
%0
%9
%26

Triadic Colors of #8cbcab

#8cbcab #ab8cbc #bcab8c

Analogous Colors of #8cbcab

#8cbcab #8cb5bc #8cbc93

Monochromatic Colors of #8cbcab

#8cbcab

Complementary Color

#8cbcab #bc8c9d

#8cbcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbcab Color CSS Codes

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

#8cbcab Text Font Color

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

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


#8cbcab Background Color

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

This div background color is #8cbcab


#8cbcab Border Color

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

This div border color is #8cbcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbcab


Comments

No comments written yet.

Please login to write comment.