Color Hex Logo

#8bb53f Color Hex

#8BB53F
(139,181,63)
0 Favorites   0 Comments

Color spaces of #8bb53f

RGB 13918163
HSL0.230.480.48
HSV81°65°71°
CMYK 0.230.000.65   0.29
XYZ28.068538.895610.7309
Yxy38.89560.36130.5006
Hunter Lab62.3663-28.805633.4549
CIE-Lab68.6756-32.017253.6101

#8bb53f color RGB value is (139,181,63).

#8bb53f hex color red value is 139, green value is 181 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #8bb53f hue: 0.23 , saturation: 0.48 and the lightness value of 8bb53f is 0.48.

The process color (four color CMYK) of #8bb53f color hex is 0.23, 0.00, 0.65, 0.29. Web safe color of #8bb53f is #99cc33. Color #8bb53f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10110101 00111111
Octal 213 265 77
Decimal 139 181 63
Hex 8B B5 3F

RGB Percentages of Color #8bb53f

%36.29
%47.26
%16.45

CMYK Percentages of Color #8bb53f

%23
%0
%65
%29

Triadic Colors of #8bb53f

#8bb53f #3f8bb5 #b53f8b

Analogous Colors of #8bb53f

#8bb53f #50b53f #b5a43f

Monochromatic Colors of #8bb53f

#8bb53f

Complementary Color

#8bb53f #693fb5

#8bb53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bb53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bb53f Color CSS Codes

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

#8bb53f Text Font Color

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

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


#8bb53f Background Color

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

This div background color is #8bb53f


#8bb53f Border Color

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

This div border color is #8bb53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bb53f


Comments

No comments written yet.

Please login to write comment.