Color Hex Logo

#8abc8f Color Hex

#8ABC8F
(138,188,143)
0 Favorites   0 Comments

Color spaces of #8abc8f

RGB 138188143
HSL0.350.270.64
HSV126°27°74°
CMYK 0.270.000.24   0.26
XYZ33.422443.352932.5930
Yxy43.35290.30560.3964
Hunter Lab65.8429-24.617116.7408
CIE-Lab71.7938-25.507017.5804

#8abc8f color RGB value is (138,188,143).

#8abc8f hex color red value is 138, green value is 188 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #8abc8f hue: 0.35 , saturation: 0.27 and the lightness value of 8abc8f is 0.64.

The process color (four color CMYK) of #8abc8f color hex is 0.27, 0.00, 0.24, 0.26. Web safe color of #8abc8f is #99cc99. Color #8abc8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111100 10001111
Octal 212 274 217
Decimal 138 188 143
Hex 8A BC 8F

RGB Percentages of Color #8abc8f

%29.42
%40.09
%30.49

CMYK Percentages of Color #8abc8f

%27
%0
%24
%26

Triadic Colors of #8abc8f

#8abc8f #8f8abc #bc8f8a

Analogous Colors of #8abc8f

#8abc8f #8abca8 #9ebc8a

Monochromatic Colors of #8abc8f

#8abc8f

Complementary Color

#8abc8f #bc8ab7

#8abc8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abc8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abc8f Color CSS Codes

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

#8abc8f Text Font Color

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

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


#8abc8f Background Color

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

This div background color is #8abc8f


#8abc8f Border Color

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

This div border color is #8abc8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abc8f


Comments

No comments written yet.

Please login to write comment.