Color Hex Logo

#8bc588 Color Hex

#8BC588
(139,197,136)
0 Favorites   0 Comments

Color spaces of #8bc588

RGB 139197136
HSL0.330.340.65
HSV117°31°77°
CMYK 0.290.000.31   0.23
XYZ35.057647.199030.5551
Yxy47.19900.31080.4184
Hunter Lab68.7015-29.141221.7218
CIE-Lab74.3169-30.718124.7791

#8bc588 color RGB value is (139,197,136).

#8bc588 hex color red value is 139, green value is 197 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #8bc588 hue: 0.33 , saturation: 0.34 and the lightness value of 8bc588 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11000101 10001000
Octal 213 305 210
Decimal 139 197 136
Hex 8B C5 88

RGB Percentages of Color #8bc588

%29.45
%41.74
%28.81

CMYK Percentages of Color #8bc588

%29
%0
%31
%23

Triadic Colors of #8bc588

#8bc588 #888bc5 #c5888b

Analogous Colors of #8bc588

#8bc588 #88c5a4 #aac588

Monochromatic Colors of #8bc588

#8bc588

Complementary Color

#8bc588 #c288c5

#8bc588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bc588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bc588 Color CSS Codes

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

#8bc588 Text Font Color

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

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


#8bc588 Background Color

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

This div background color is #8bc588


#8bc588 Border Color

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

This div border color is #8bc588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bc588


Comments

No comments written yet.

Please login to write comment.