Color Hex Logo

#8bd997 Color Hex

#8BD997
(139,217,151)
0 Favorites   0 Comments

Color spaces of #8bd997

RGB 139217151
HSL0.360.510.70
HSV129°36°85°
CMYK 0.360.000.30   0.15
XYZ41.046257.349038.1843
Yxy57.34900.30050.4199
Hunter Lab75.7291-35.776623.1151
CIE-Lab80.3755-37.478625.1260

#8bd997 color RGB value is (139,217,151).

#8bd997 hex color red value is 139, green value is 217 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #8bd997 hue: 0.36 , saturation: 0.51 and the lightness value of 8bd997 is 0.70.

The process color (four color CMYK) of #8bd997 color hex is 0.36, 0.00, 0.30, 0.15. Web safe color of #8bd997 is #99cc99. Color #8bd997 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011001 10010111
Octal 213 331 227
Decimal 139 217 151
Hex 8B D9 97

RGB Percentages of Color #8bd997

%27.42
%42.80
%29.78

CMYK Percentages of Color #8bd997

%36
%0
%30
%15

Triadic Colors of #8bd997

#8bd997 #978bd9 #d9978b

Analogous Colors of #8bd997

#8bd997 #8bd9be #a6d98b

Monochromatic Colors of #8bd997

#8bd997

Complementary Color

#8bd997 #d98bcd

#8bd997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bd997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bd997 Color CSS Codes

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

#8bd997 Text Font Color

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

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


#8bd997 Background Color

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

This div background color is #8bd997


#8bd997 Border Color

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

This div border color is #8bd997


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,217,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 #8bd997">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bd997


Comments

No comments written yet.

Please login to write comment.