Color Hex Logo

#81b277 Color Hex

#81B277
(129,178,119)
0 Favorites   0 Comments

Color spaces of #81b277

RGB 129178119
HSL0.310.280.58
HSV110°33°70°
CMYK 0.280.000.33   0.30
XYZ28.303437.839823.2648
Yxy37.83980.31660.4232
Hunter Lab61.5141-25.519520.6362
CIE-Lab67.9024-27.758225.0927

#81b277 color RGB value is (129,178,119).

#81b277 hex color red value is 129, green value is 178 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #81b277 hue: 0.31 , saturation: 0.28 and the lightness value of 81b277 is 0.58.

The process color (four color CMYK) of #81b277 color hex is 0.28, 0.00, 0.33, 0.30. Web safe color of #81b277 is #999966. Color #81b277 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10110010 01110111
Octal 201 262 167
Decimal 129 178 119
Hex 81 B2 77

RGB Percentages of Color #81b277

%30.28
%41.78
%27.93

CMYK Percentages of Color #81b277

%28
%0
%33
%30

Triadic Colors of #81b277

#81b277 #7781b2 #b27781

Analogous Colors of #81b277

#81b277 #77b28b #9fb277

Monochromatic Colors of #81b277

#81b277

Complementary Color

#81b277 #a877b2

#81b277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81b277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#81b277 Color CSS Codes

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

#81b277 Text Font Color

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

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


#81b277 Background Color

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

This div background color is #81b277


#81b277 Border Color

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

This div border color is #81b277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81b277


Comments

No comments written yet.

Please login to write comment.