Color Hex Logo

#8dd8aa Color Hex

#8DD8AA
(141,216,170)
0 Favorites   0 Comments

Color spaces of #8dd8aa

RGB 141216170
HSL0.400.490.70
HSV143°35°85°
CMYK 0.350.000.21   0.15
XYZ42.796157.676746.9073
Yxy57.67670.29040.3913
Hunter Lab75.9452-32.317016.5413
CIE-Lab80.5587-32.972115.4296

#8dd8aa color RGB value is (141,216,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011000 10101010
Octal 215 330 252
Decimal 141 216 170
Hex 8D D8 AA

RGB Percentages of Color #8dd8aa

%26.76
%40.99
%32.26

CMYK Percentages of Color #8dd8aa

%35
%0
%21
%15

Triadic Colors of #8dd8aa

#8dd8aa #aa8dd8 #d8aa8d

Analogous Colors of #8dd8aa

#8dd8aa #8dd8d0 #96d88d

Monochromatic Colors of #8dd8aa

#8dd8aa

Complementary Color

#8dd8aa #d88dbb

#8dd8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dd8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dd8aa Color CSS Codes

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

#8dd8aa Text Font Color

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

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


#8dd8aa Background Color

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

This div background color is #8dd8aa


#8dd8aa Border Color

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

This div border color is #8dd8aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,216,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 #8dd8aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dd8aa

#8dd8aa Color Palettes


Comments

No comments written yet.

Please login to write comment.