Color Hex Logo

#8ab38d Color Hex

#8AB38D
(138,179,141)
0 Favorites   0 Comments

Color spaces of #8ab38d

RGB 138179141
HSL0.350.210.62
HSV124°23°70°
CMYK 0.230.000.21   0.30
XYZ31.409139.566631.1810
Yxy39.56660.30750.3873
Hunter Lab62.9020-20.947414.6409
CIE-Lab69.1597-21.386614.9994

#8ab38d color RGB value is (138,179,141).

#8ab38d hex color red value is 138, green value is 179 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #8ab38d hue: 0.35 , saturation: 0.21 and the lightness value of 8ab38d is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10110011 10001101
Octal 212 263 215
Decimal 138 179 141
Hex 8A B3 8D

RGB Percentages of Color #8ab38d

%30.13
%39.08
%30.79

CMYK Percentages of Color #8ab38d

%23
%0
%21
%30

Triadic Colors of #8ab38d

#8ab38d #8d8ab3 #b38d8a

Analogous Colors of #8ab38d

#8ab38d #8ab3a2 #9cb38a

Monochromatic Colors of #8ab38d

#8ab38d

Complementary Color

#8ab38d #b38ab0

#8ab38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ab38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ab38d Color CSS Codes

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

#8ab38d Text Font Color

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

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


#8ab38d Background Color

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

This div background color is #8ab38d


#8ab38d Border Color

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

This div border color is #8ab38d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ab38d


Comments

No comments written yet.

Please login to write comment.