Color Hex Logo

#8bb07c Color Hex

#8BB07C
(139,176,124)
0 Favorites   0 Comments

Color spaces of #8bb07c

RGB 139176124
HSL0.290.250.59
HSV103°30°69°
CMYK 0.210.000.30   0.31
XYZ29.810937.994924.8313
Yxy37.99490.32180.4101
Hunter Lab61.6400-21.542219.2634
CIE-Lab68.0169-22.426022.6645

#8bb07c color RGB value is (139,176,124).

#8bb07c hex color red value is 139, green value is 176 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #8bb07c hue: 0.29 , saturation: 0.25 and the lightness value of 8bb07c is 0.59.

The process color (four color CMYK) of #8bb07c color hex is 0.21, 0.00, 0.30, 0.31. Web safe color of #8bb07c is #999966. Color #8bb07c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10110000 01111100
Octal 213 260 174
Decimal 139 176 124
Hex 8B B0 7C

RGB Percentages of Color #8bb07c

%31.66
%40.09
%28.25

CMYK Percentages of Color #8bb07c

%21
%0
%30
%31

Triadic Colors of #8bb07c

#8bb07c #7c8bb0 #b07c8b

Analogous Colors of #8bb07c

#8bb07c #7cb087 #a5b07c

Monochromatic Colors of #8bb07c

#8bb07c

Complementary Color

#8bb07c #a17cb0

#8bb07c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bb07c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bb07c Color CSS Codes

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

#8bb07c Text Font Color

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

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


#8bb07c Background Color

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

This div background color is #8bb07c


#8bb07c Border Color

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

This div border color is #8bb07c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bb07c


Comments

No comments written yet.

Please login to write comment.