Color Hex Logo

#8cbfab Color Hex

#8CBFAB
(140,191,171)
0 Favorites   0 Comments

Color spaces of #8cbfab

RGB 140191171
HSL0.430.280.65
HSV156°27°75°
CMYK 0.270.000.10   0.25
XYZ36.796745.777345.4246
Yxy45.77730.28750.3576
Hunter Lab67.6589-21.32497.5553
CIE-Lab73.4008-20.93564.6970

#8cbfab color RGB value is (140,191,171).

#8cbfab hex color red value is 140, green value is 191 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8cbfab hue: 0.43 , saturation: 0.28 and the lightness value of 8cbfab is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111111 10101011
Octal 214 277 253
Decimal 140 191 171
Hex 8C BF AB

RGB Percentages of Color #8cbfab

%27.89
%38.05
%34.06

CMYK Percentages of Color #8cbfab

%27
%0
%10
%25

Triadic Colors of #8cbfab

#8cbfab #ab8cbf #bfab8c

Analogous Colors of #8cbfab

#8cbfab #8cbabf #8cbf92

Monochromatic Colors of #8cbfab

#8cbfab

Complementary Color

#8cbfab #bf8ca0

#8cbfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbfab Color CSS Codes

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

#8cbfab Text Font Color

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

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


#8cbfab Background Color

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

This div background color is #8cbfab


#8cbfab Border Color

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

This div border color is #8cbfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbfab

#8cbfab Color Palettes


Comments

No comments written yet.

Please login to write comment.