Color Hex Logo

#81a47e Color Hex

#81A47E
(129,164,126)
0 Favorites   0 Comments

Color spaces of #81a47e

RGB 129164126
HSL0.320.170.57
HSV115°23°64°
CMYK 0.210.000.23   0.36
XYZ26.094632.724424.6798
Yxy32.72440.31250.3919
Hunter Lab57.2052-18.685114.4645
CIE-Lab63.9371-19.588515.8796

#81a47e color RGB value is (129,164,126).

#81a47e hex color red value is 129, green value is 164 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #81a47e hue: 0.32 , saturation: 0.17 and the lightness value of 81a47e is 0.57.

The process color (four color CMYK) of #81a47e color hex is 0.21, 0.00, 0.23, 0.36. Web safe color of #81a47e is #999966. Color #81a47e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10100100 01111110
Octal 201 244 176
Decimal 129 164 126
Hex 81 A4 7E

RGB Percentages of Color #81a47e

%30.79
%39.14
%30.07

CMYK Percentages of Color #81a47e

%21
%0
%23
%36

Triadic Colors of #81a47e

#81a47e #7e81a4 #a47e81

Analogous Colors of #81a47e

#81a47e #7ea48e #94a47e

Monochromatic Colors of #81a47e

#81a47e

Complementary Color

#81a47e #a17ea4

#81a47e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81a47e Color Preview on White Background

Lorem ipsum dolor sit amet.

#81a47e Color CSS Codes

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

#81a47e Text Font Color

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

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


#81a47e Background Color

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

This div background color is #81a47e


#81a47e Border Color

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

This div border color is #81a47e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,164,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81a47e


Comments

No comments written yet.

Please login to write comment.