Color Hex Logo

#81c588 Color Hex

#81C588
(129,197,136)
0 Favorites   0 Comments

Color spaces of #81c588

RGB 129197136
HSL0.350.370.64
HSV126°35°77°
CMYK 0.350.000.31   0.23
XYZ33.463446.377230.4805
Yxy46.37720.30330.4204
Hunter Lab68.1008-31.465021.1336
CIE-Lab73.7896-33.965323.9767

#81c588 color RGB value is (129,197,136).

#81c588 hex color red value is 129, green value is 197 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #81c588 hue: 0.35 , saturation: 0.37 and the lightness value of 81c588 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 11000101 10001000
Octal 201 305 210
Decimal 129 197 136
Hex 81 C5 88

RGB Percentages of Color #81c588

%27.92
%42.64
%29.44

CMYK Percentages of Color #81c588

%35
%0
%31
%23

Triadic Colors of #81c588

#81c588 #8881c5 #c58881

Analogous Colors of #81c588

#81c588 #81c5aa #9cc581

Monochromatic Colors of #81c588

#81c588

Complementary Color

#81c588 #c581be

#81c588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81c588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#81c588 Color CSS Codes

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

#81c588 Text Font Color

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

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


#81c588 Background Color

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

This div background color is #81c588


#81c588 Border Color

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

This div border color is #81c588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81c588


Comments

No comments written yet.

Please login to write comment.