Color Hex Logo

#81dc6a Color Hex

#81DC6A
(129,220,106)
0 Favorites   0 Comments

Color spaces of #81dc6a

RGB 129220106
HSL0.300.620.64
HSV108°52°86°
CMYK 0.410.000.52   0.14
XYZ37.248056.894122.6542
Yxy56.89410.31890.4871
Hunter Lab75.4282-43.852334.9925
CIE-Lab80.1200-48.413947.2129

#81dc6a color RGB value is (129,220,106).

#81dc6a hex color red value is 129, green value is 220 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #81dc6a hue: 0.30 , saturation: 0.62 and the lightness value of 81dc6a is 0.64.

The process color (four color CMYK) of #81dc6a color hex is 0.41, 0.00, 0.52, 0.14. Web safe color of #81dc6a is #99cc66. Color #81dc6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 11011100 01101010
Octal 201 334 152
Decimal 129 220 106
Hex 81 DC 6A

RGB Percentages of Color #81dc6a

%28.35
%48.35
%23.30

CMYK Percentages of Color #81dc6a

%41
%0
%52
%14

Triadic Colors of #81dc6a

#81dc6a #6a81dc #dc6a81

Analogous Colors of #81dc6a

#81dc6a #6adc8c #badc6a

Monochromatic Colors of #81dc6a

#81dc6a

Complementary Color

#81dc6a #c56adc

#81dc6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81dc6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#81dc6a Color CSS Codes

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

#81dc6a Text Font Color

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

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


#81dc6a Background Color

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

This div background color is #81dc6a


#81dc6a Border Color

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

This div border color is #81dc6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81dc6a


Comments

No comments written yet.

Please login to write comment.