Color Hex Logo

#8bbeab Color Hex

#8BBEAB
(139,190,171)
0 Favorites   0 Comments

Color spaces of #8bbeab

RGB 139190171
HSL0.440.280.65
HSV158°27°75°
CMYK 0.270.000.10   0.25
XYZ36.411645.256245.3443
Yxy45.25620.28670.3563
Hunter Lab67.2727-21.11357.1273
CIE-Lab73.0603-20.74354.1980

#8bbeab color RGB value is (139,190,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111110 10101011
Octal 213 276 253
Decimal 139 190 171
Hex 8B BE AB

RGB Percentages of Color #8bbeab

%27.80
%38.00
%34.20

CMYK Percentages of Color #8bbeab

%27
%0
%10
%25

Triadic Colors of #8bbeab

#8bbeab #ab8bbe #beab8b

Analogous Colors of #8bbeab

#8bbeab #8bb8be #8bbe92

Monochromatic Colors of #8bbeab

#8bbeab

Complementary Color

#8bbeab #be8b9e

#8bbeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbeab Color CSS Codes

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

#8bbeab Text Font Color

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

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


#8bbeab Background Color

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

This div background color is #8bbeab


#8bbeab Border Color

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

This div border color is #8bbeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbeab


Comments

No comments written yet.

Please login to write comment.