Color Hex Logo

#8bbb15 Color Hex

#8BBB15
(139,187,21)
0 Favorites   0 Comments

Color spaces of #8bbb15

RGB 13918721
HSL0.210.800.41
HSV77°89°73°
CMYK 0.260.000.89   0.27
XYZ28.553141.08387.1345
Yxy41.08380.37190.5351
Hunter Lab64.0966-32.652838.2682
CIE-Lab70.2346-36.831868.0501

#8bbb15 color RGB value is (139,187,21).

#8bbb15 hex color red value is 139, green value is 187 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #8bbb15 hue: 0.21 , saturation: 0.80 and the lightness value of 8bbb15 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111011 00010101
Octal 213 273 25
Decimal 139 187 21
Hex 8B BB 15

RGB Percentages of Color #8bbb15

%40.06
%53.89
%6.05

CMYK Percentages of Color #8bbb15

%26
%0
%89
%27

Triadic Colors of #8bbb15

#8bbb15 #158bbb #bb158b

Analogous Colors of #8bbb15

#8bbb15 #38bb15 #bb9815

Monochromatic Colors of #8bbb15

#8bbb15

Complementary Color

#8bbb15 #4515bb

#8bbb15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbb15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbb15 Color CSS Codes

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

#8bbb15 Text Font Color

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

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


#8bbb15 Background Color

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

This div background color is #8bbb15


#8bbb15 Border Color

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

This div border color is #8bbb15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbb15


Comments

No comments written yet.

Please login to write comment.