Color Hex Logo

#8cd7aa Color Hex

#8CD7AA
(140,215,170)
0 Favorites   0 Comments

Color spaces of #8cd7aa

RGB 140215170
HSL0.400.480.70
HSV144°35°84°
CMYK 0.350.000.21   0.16
XYZ42.371457.078646.8143
Yxy57.07860.28970.3902
Hunter Lab75.5504-32.103916.1466
CIE-Lab80.2238-32.800414.9520

#8cd7aa color RGB value is (140,215,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11010111 10101010
Octal 214 327 252
Decimal 140 215 170
Hex 8C D7 AA

RGB Percentages of Color #8cd7aa

%26.67
%40.95
%32.38

CMYK Percentages of Color #8cd7aa

%35
%0
%21
%16

Triadic Colors of #8cd7aa

#8cd7aa #aa8cd7 #d7aa8c

Analogous Colors of #8cd7aa

#8cd7aa #8cd7d0 #94d78c

Monochromatic Colors of #8cd7aa

#8cd7aa

Complementary Color

#8cd7aa #d78cb9

#8cd7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cd7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cd7aa Color CSS Codes

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

#8cd7aa Text Font Color

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

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


#8cd7aa Background Color

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

This div background color is #8cd7aa


#8cd7aa Border Color

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

This div border color is #8cd7aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cd7aa


Comments

No comments written yet.

Please login to write comment.