Color Hex Logo

#8bbd4f Color Hex

#8BBD4F
(139,189,79)
0 Favorites   0 Comments

Color spaces of #8bbd4f

RGB 13918979
HSL0.240.450.53
HSV87°58°74°
CMYK 0.260.000.58   0.26
XYZ30.256342.448713.9959
Yxy42.44870.34900.4896
Hunter Lab65.1527-31.123432.8704
CIE-Lab71.1792-34.373249.3735

#8bbd4f color RGB value is (139,189,79).

#8bbd4f hex color red value is 139, green value is 189 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #8bbd4f hue: 0.24 , saturation: 0.45 and the lightness value of 8bbd4f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111101 01001111
Octal 213 275 117
Decimal 139 189 79
Hex 8B BD 4F

RGB Percentages of Color #8bbd4f

%34.15
%46.44
%19.41

CMYK Percentages of Color #8bbd4f

%26
%0
%58
%26

Triadic Colors of #8bbd4f

#8bbd4f #4f8bbd #bd4f8b

Analogous Colors of #8bbd4f

#8bbd4f #54bd4f #bdb84f

Monochromatic Colors of #8bbd4f

#8bbd4f

Complementary Color

#8bbd4f #814fbd

#8bbd4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbd4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbd4f Color CSS Codes

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

#8bbd4f Text Font Color

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

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


#8bbd4f Background Color

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

This div background color is #8bbd4f


#8bbd4f Border Color

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

This div border color is #8bbd4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbd4f


Comments

No comments written yet.

Please login to write comment.