Color Hex Logo

#81dcab Color Hex

#81DCAB
(129,220,171)
0 Favorites   0 Comments

Color spaces of #81dcab

RGB 129220171
HSL0.410.570.68
HSV148°41°86°
CMYK 0.410.000.22   0.14
XYZ41.997158.793847.6629
Yxy58.79380.28290.3960
Hunter Lab76.6771-36.418116.8190
CIE-Lab81.1781-38.042015.6908

#81dcab color RGB value is (129,220,171).

#81dcab hex color red value is 129, green value is 220 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #81dcab hue: 0.41 , saturation: 0.57 and the lightness value of 81dcab is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 11011100 10101011
Octal 201 334 253
Decimal 129 220 171
Hex 81 DC AB

RGB Percentages of Color #81dcab

%24.81
%42.31
%32.88

CMYK Percentages of Color #81dcab

%41
%0
%22
%14

Triadic Colors of #81dcab

#81dcab #ab81dc #dcab81

Analogous Colors of #81dcab

#81dcab #81dcd9 #85dc81

Monochromatic Colors of #81dcab

#81dcab

Complementary Color

#81dcab #dc81b2

#81dcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81dcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#81dcab Color CSS Codes

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

#81dcab Text Font Color

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

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


#81dcab Background Color

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

This div background color is #81dcab


#81dcab Border Color

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

This div border color is #81dcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81dcab


Comments

No comments written yet.

Please login to write comment.