Color Hex Logo

#8dab87 Color Hex

#8DAB87
(141,171,135)
0 Favorites   0 Comments

Color spaces of #8dab87

RGB 141171135
HSL0.310.180.60
HSV110°21°67°
CMYK 0.180.000.21   0.33
XYZ29.920636.537828.3972
Yxy36.53780.31540.3852
Hunter Lab60.4465-17.425114.4587
CIE-Lab66.9288-17.319915.1991

#8dab87 color RGB value is (141,171,135).

#8dab87 hex color red value is 141, green value is 171 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #8dab87 hue: 0.31 , saturation: 0.18 and the lightness value of 8dab87 is 0.60.

The process color (four color CMYK) of #8dab87 color hex is 0.18, 0.00, 0.21, 0.33. Web safe color of #8dab87 is #999999. Color #8dab87 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101011 10000111
Octal 215 253 207
Decimal 141 171 135
Hex 8D AB 87

RGB Percentages of Color #8dab87

%31.54
%38.26
%30.20

CMYK Percentages of Color #8dab87

%18
%0
%21
%33

Triadic Colors of #8dab87

#8dab87 #878dab #ab878d

Analogous Colors of #8dab87

#8dab87 #87ab93 #9fab87

Monochromatic Colors of #8dab87

#8dab87

Complementary Color

#8dab87 #a587ab

#8dab87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dab87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dab87 Color CSS Codes

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

#8dab87 Text Font Color

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

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


#8dab87 Background Color

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

This div background color is #8dab87


#8dab87 Border Color

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

This div border color is #8dab87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dab87


Comments

No comments written yet.

Please login to write comment.