Color Hex Logo

#81b47c Color Hex

#81B47C
(129,180,124)
0 Favorites   0 Comments

Color spaces of #81b47c

RGB 129180124
HSL0.320.270.60
HSV115°31°71°
CMYK 0.280.000.31   0.29
XYZ29.012638.764925.0220
Yxy38.76490.31260.4177
Hunter Lab62.2615-25.780119.7552
CIE-Lab68.5806-27.915923.3246

#81b47c color RGB value is (129,180,124).

#81b47c hex color red value is 129, green value is 180 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #81b47c hue: 0.32 , saturation: 0.27 and the lightness value of 81b47c is 0.60.

The process color (four color CMYK) of #81b47c color hex is 0.28, 0.00, 0.31, 0.29. Web safe color of #81b47c is #99cc66. Color #81b47c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10110100 01111100
Octal 201 264 174
Decimal 129 180 124
Hex 81 B4 7C

RGB Percentages of Color #81b47c

%29.79
%41.57
%28.64

CMYK Percentages of Color #81b47c

%28
%0
%31
%29

Triadic Colors of #81b47c

#81b47c #7c81b4 #b47c81

Analogous Colors of #81b47c

#81b47c #7cb493 #9db47c

Monochromatic Colors of #81b47c

#81b47c

Complementary Color

#81b47c #af7cb4

#81b47c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81b47c Color Preview on White Background

Lorem ipsum dolor sit amet.

#81b47c Color CSS Codes

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

#81b47c Text Font Color

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

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


#81b47c Background Color

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

This div background color is #81b47c


#81b47c Border Color

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

This div border color is #81b47c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81b47c


Comments

No comments written yet.

Please login to write comment.