Color Hex Logo

#8bbebd Color Hex

#8BBEBD
(139,190,189)
0 Favorites   0 Comments

Color spaces of #8bbebd

RGB 139190189
HSL0.500.280.65
HSV179°27°75°
CMYK 0.270.000.01   0.25
XYZ38.246245.990055.0053
Yxy45.99000.27470.3303
Hunter Lab67.8159-18.0091-0.6188
CIE-Lab73.5390-16.8080-4.9085

#8bbebd color RGB value is (139,190,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111110 10111101
Octal 213 276 275
Decimal 139 190 189
Hex 8B BE BD

RGB Percentages of Color #8bbebd

%26.83
%36.68
%36.49

CMYK Percentages of Color #8bbebd

%27
%0
%1
%25

Triadic Colors of #8bbebd

#8bbebd #bd8bbe #bebd8b

Analogous Colors of #8bbebd

#8bbebd #8ba6be #8bbea4

Monochromatic Colors of #8bbebd

#8bbebd

Complementary Color

#8bbebd #be8b8c

#8bbebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbebd Color CSS Codes

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

#8bbebd Text Font Color

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

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


#8bbebd Background Color

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

This div background color is #8bbebd


#8bbebd Border Color

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

This div border color is #8bbebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbebd


Comments

No comments written yet.

Please login to write comment.