Color Hex Logo

#8bc497 Color Hex

#8BC497
(139,196,151)
0 Favorites   0 Comments

Color spaces of #8bc497

RGB 139196151
HSL0.370.330.66
HSV133°29°77°
CMYK 0.290.000.23   0.23
XYZ35.973347.203236.4933
Yxy47.20320.30060.3944
Hunter Lab68.7046-26.771516.6006
CIE-Lab74.3196-27.634416.7982

#8bc497 color RGB value is (139,196,151).

#8bc497 hex color red value is 139, green value is 196 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #8bc497 hue: 0.37 , saturation: 0.33 and the lightness value of 8bc497 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11000100 10010111
Octal 213 304 227
Decimal 139 196 151
Hex 8B C4 97

RGB Percentages of Color #8bc497

%28.60
%40.33
%31.07

CMYK Percentages of Color #8bc497

%29
%0
%23
%23

Triadic Colors of #8bc497

#8bc497 #978bc4 #c4978b

Analogous Colors of #8bc497

#8bc497 #8bc4b4 #9cc48b

Monochromatic Colors of #8bc497

#8bc497

Complementary Color

#8bc497 #c48bb8

#8bc497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bc497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bc497 Color CSS Codes

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

#8bc497 Text Font Color

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

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


#8bc497 Background Color

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

This div background color is #8bc497


#8bc497 Border Color

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

This div border color is #8bc497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bc497


Comments

No comments written yet.

Please login to write comment.