Color Hex Logo

#8abf71 Color Hex

#8ABF71
(138,191,113)
0 Favorites   0 Comments

Color spaces of #8abf71

RGB 138191113
HSL0.280.380.60
HSV101°41°75°
CMYK 0.280.000.41   0.25
XYZ32.092743.857122.3966
Yxy43.85710.32630.4459
Hunter Lab66.2247-29.391526.3059
CIE-Lab72.1329-31.712133.8929

#8abf71 color RGB value is (138,191,113).

#8abf71 hex color red value is 138, green value is 191 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #8abf71 hue: 0.28 , saturation: 0.38 and the lightness value of 8abf71 is 0.60.

The process color (four color CMYK) of #8abf71 color hex is 0.28, 0.00, 0.41, 0.25. Web safe color of #8abf71 is #99cc66. Color #8abf71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111111 01110001
Octal 212 277 161
Decimal 138 191 113
Hex 8A BF 71

RGB Percentages of Color #8abf71

%31.22
%43.21
%25.57

CMYK Percentages of Color #8abf71

%28
%0
%41
%25

Triadic Colors of #8abf71

#8abf71 #718abf #bf718a

Analogous Colors of #8abf71

#8abf71 #71bf7f #b1bf71

Monochromatic Colors of #8abf71

#8abf71

Complementary Color

#8abf71 #a671bf

#8abf71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abf71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abf71 Color CSS Codes

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

#8abf71 Text Font Color

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

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


#8abf71 Background Color

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

This div background color is #8abf71


#8abf71 Border Color

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

This div border color is #8abf71


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,191,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8abf71; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8abf71;
  -webkit-box-shadow: 1px 1px 3px 2px #8abf71;
  box-shadow:         1px 1px 3px 2px #8abf71; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,191,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abf71


Comments

No comments written yet.

Please login to write comment.