Color Hex Logo

#8bc372 Color Hex

#8BC372
(139,195,114)
0 Favorites   0 Comments

Color spaces of #8bc372

RGB 139195114
HSL0.280.400.61
HSV101°42°76°
CMYK 0.290.000.42   0.24
XYZ33.199845.734122.9973
Yxy45.73410.32570.4487
Hunter Lab67.6270-30.717127.1767
CIE-Lab73.3727-33.097534.9843

#8bc372 color RGB value is (139,195,114).

#8bc372 hex color red value is 139, green value is 195 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #8bc372 hue: 0.28 , saturation: 0.40 and the lightness value of 8bc372 is 0.61.

The process color (four color CMYK) of #8bc372 color hex is 0.29, 0.00, 0.42, 0.24. Web safe color of #8bc372 is #99cc66. Color #8bc372 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11000011 01110010
Octal 213 303 162
Decimal 139 195 114
Hex 8B C3 72

RGB Percentages of Color #8bc372

%31.03
%43.53
%25.45

CMYK Percentages of Color #8bc372

%29
%0
%42
%24

Triadic Colors of #8bc372

#8bc372 #728bc3 #c3728b

Analogous Colors of #8bc372

#8bc372 #72c382 #b4c372

Monochromatic Colors of #8bc372

#8bc372

Complementary Color

#8bc372 #aa72c3

#8bc372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bc372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bc372 Color CSS Codes

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

#8bc372 Text Font Color

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

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


#8bc372 Background Color

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

This div background color is #8bc372


#8bc372 Border Color

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

This div border color is #8bc372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bc372


Comments

No comments written yet.

Please login to write comment.