Color Hex Logo

#81ae8b Color Hex

#81AE8B
(129,174,139)
0 Favorites   0 Comments

Color spaces of #81ae8b

RGB 129174139
HSL0.370.220.59
HSV133°26°68°
CMYK 0.260.000.20   0.32
XYZ28.849536.803330.0093
Yxy36.80330.30160.3847
Hunter Lab60.6657-21.279613.1372
CIE-Lab67.1292-22.291813.1709

#81ae8b color RGB value is (129,174,139).

#81ae8b hex color red value is 129, green value is 174 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #81ae8b hue: 0.37 , saturation: 0.22 and the lightness value of 81ae8b is 0.59.

The process color (four color CMYK) of #81ae8b color hex is 0.26, 0.00, 0.20, 0.32. Web safe color of #81ae8b is #999999. Color #81ae8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101110 10001011
Octal 201 256 213
Decimal 129 174 139
Hex 81 AE 8B

RGB Percentages of Color #81ae8b

%29.19
%39.37
%31.45

CMYK Percentages of Color #81ae8b

%26
%0
%20
%32

Triadic Colors of #81ae8b

#81ae8b #8b81ae #ae8b81

Analogous Colors of #81ae8b

#81ae8b #81aea2 #8eae81

Monochromatic Colors of #81ae8b

#81ae8b

Complementary Color

#81ae8b #ae81a4

#81ae8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81ae8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#81ae8b Color CSS Codes

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

#81ae8b Text Font Color

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

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


#81ae8b Background Color

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

This div background color is #81ae8b


#81ae8b Border Color

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

This div border color is #81ae8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81ae8b


Comments

No comments written yet.

Please login to write comment.