Color Hex Logo

#8bb09f Color Hex

#8BB09F
(139,176,159)
0 Favorites   0 Comments

Color spaces of #8bb09f

RGB 139176159
HSL0.420.190.62
HSV152°21°69°
CMYK 0.210.000.10   0.31
XYZ32.430839.042838.6276
Yxy39.04280.29460.3546
Hunter Lab62.4842-16.70177.0860
CIE-Lab68.7823-16.05134.5939

#8bb09f color RGB value is (139,176,159).

#8bb09f hex color red value is 139, green value is 176 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #8bb09f hue: 0.42 , saturation: 0.19 and the lightness value of 8bb09f is 0.62.

The process color (four color CMYK) of #8bb09f color hex is 0.21, 0.00, 0.10, 0.31. Web safe color of #8bb09f is #999999. Color #8bb09f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10110000 10011111
Octal 213 260 237
Decimal 139 176 159
Hex 8B B0 9F

RGB Percentages of Color #8bb09f

%29.32
%37.13
%33.54

CMYK Percentages of Color #8bb09f

%21
%0
%10
%31

Triadic Colors of #8bb09f

#8bb09f #9f8bb0 #b09f8b

Analogous Colors of #8bb09f

#8bb09f #8bafb0 #8bb08d

Monochromatic Colors of #8bb09f

#8bb09f

Complementary Color

#8bb09f #b08b9c

#8bb09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bb09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bb09f Color CSS Codes

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

#8bb09f Text Font Color

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

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


#8bb09f Background Color

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

This div background color is #8bb09f


#8bb09f Border Color

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

This div border color is #8bb09f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bb09f


Comments

No comments written yet.

Please login to write comment.