Color Hex Logo

#81c7aa Color Hex

#81C7AA
(129,199,170)
0 Favorites   0 Comments

Color spaces of #81c7aa

RGB 129199170
HSL0.430.380.64
HSV155°35°78°
CMYK 0.350.000.15   0.22
XYZ36.732448.416345.4395
Yxy48.41630.28130.3708
Hunter Lab69.5818-27.53769.9887
CIE-Lab75.0867-28.41507.5874

#81c7aa color RGB value is (129,199,170).

#81c7aa hex color red value is 129, green value is 199 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #81c7aa hue: 0.43 , saturation: 0.38 and the lightness value of 81c7aa is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 11000111 10101010
Octal 201 307 252
Decimal 129 199 170
Hex 81 C7 AA

RGB Percentages of Color #81c7aa

%25.90
%39.96
%34.14

CMYK Percentages of Color #81c7aa

%35
%0
%15
%22

Triadic Colors of #81c7aa

#81c7aa #aa81c7 #c7aa81

Analogous Colors of #81c7aa

#81c7aa #81c1c7 #81c787

Monochromatic Colors of #81c7aa

#81c7aa

Complementary Color

#81c7aa #c7819e

#81c7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81c7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#81c7aa Color CSS Codes

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

#81c7aa Text Font Color

<p style="color:#81c7aa">Text here</p>

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


#81c7aa Background Color

<div style="background-color:#81c7aa">
Div content here</div>

This div background color is #81c7aa


#81c7aa Border Color

<div style="border:3px solid #81c7aa">
Div here</div>

This div border color is #81c7aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,199,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #81c7aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #81c7aa;
  -webkit-box-shadow: 1px 1px 3px 2px #81c7aa;
  box-shadow:         1px 1px 3px 2px #81c7aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,199,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 #81c7aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81c7aa


Comments

No comments written yet.

Please login to write comment.