Color Hex Logo

#8bd7aa Color Hex

#8BD7AA
(139,215,170)
0 Favorites   0 Comments

Color spaces of #8bd7aa

RGB 139215170
HSL0.400.490.69
HSV144°35°84°
CMYK 0.350.000.21   0.16
XYZ42.203656.992146.8064
Yxy56.99210.28910.3904
Hunter Lab75.4931-32.324516.0849
CIE-Lab80.1752-33.095714.8767

#8bd7aa color RGB value is (139,215,170).

#8bd7aa hex color red value is 139, green value is 215 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8bd7aa hue: 0.40 , saturation: 0.49 and the lightness value of 8bd7aa is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11010111 10101010
Octal 213 327 252
Decimal 139 215 170
Hex 8B D7 AA

RGB Percentages of Color #8bd7aa

%26.53
%41.03
%32.44

CMYK Percentages of Color #8bd7aa

%35
%0
%21
%16

Triadic Colors of #8bd7aa

#8bd7aa #aa8bd7 #d7aa8b

Analogous Colors of #8bd7aa

#8bd7aa #8bd7d0 #92d78b

Monochromatic Colors of #8bd7aa

#8bd7aa

Complementary Color

#8bd7aa #d78bb8

#8bd7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bd7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bd7aa Color CSS Codes

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

#8bd7aa Text Font Color

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

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


#8bd7aa Background Color

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

This div background color is #8bd7aa


#8bd7aa Border Color

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

This div border color is #8bd7aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,215,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bd7aa


Comments

No comments written yet.

Please login to write comment.