Color Hex Logo

#8bbb58 Color Hex

#8BBB58
(139,187,88)
0 Favorites   0 Comments

Color spaces of #8bbb58

RGB 13918788
HSL0.250.420.54
HSV89°53°73°
CMYK 0.260.000.53   0.27
XYZ30.179241.734215.6974
Yxy41.73420.34450.4764
Hunter Lab64.6020-29.666230.8148
CIE-Lab70.6873-32.543144.5905

#8bbb58 color RGB value is (139,187,88).

#8bbb58 hex color red value is 139, green value is 187 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #8bbb58 hue: 0.25 , saturation: 0.42 and the lightness value of 8bbb58 is 0.54.

The process color (four color CMYK) of #8bbb58 color hex is 0.26, 0.00, 0.53, 0.27. Web safe color of #8bbb58 is #99cc66. Color #8bbb58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111011 01011000
Octal 213 273 130
Decimal 139 187 88
Hex 8B BB 58

RGB Percentages of Color #8bbb58

%33.57
%45.17
%21.26

CMYK Percentages of Color #8bbb58

%26
%0
%53
%27

Triadic Colors of #8bbb58

#8bbb58 #588bbb #bb588b

Analogous Colors of #8bbb58

#8bbb58 #5abb58 #bbba58

Monochromatic Colors of #8bbb58

#8bbb58

Complementary Color

#8bbb58 #8858bb

#8bbb58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbb58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbb58 Color CSS Codes

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

#8bbb58 Text Font Color

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

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


#8bbb58 Background Color

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

This div background color is #8bbb58


#8bbb58 Border Color

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

This div border color is #8bbb58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbb58


Comments

No comments written yet.

Please login to write comment.