Color Hex Logo

#81c0ad Color Hex

#81C0AD
(129,192,173)
0 Favorites   0 Comments

Color spaces of #81c0ad

RGB 129192173
HSL0.450.330.63
HSV162°33°75°
CMYK 0.330.000.10   0.25
XYZ35.445745.383546.4269
Yxy45.38350.27850.3566
Hunter Lab67.3673-23.97396.2967
CIE-Lab73.1437-24.34303.1625

#81c0ad color RGB value is (129,192,173).

#81c0ad hex color red value is 129, green value is 192 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #81c0ad hue: 0.45 , saturation: 0.33 and the lightness value of 81c0ad is 0.63.

The process color (four color CMYK) of #81c0ad color hex is 0.33, 0.00, 0.10, 0.25. Web safe color of #81c0ad is #99cc99. Color #81c0ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 11000000 10101101
Octal 201 300 255
Decimal 129 192 173
Hex 81 C0 AD

RGB Percentages of Color #81c0ad

%26.11
%38.87
%35.02

CMYK Percentages of Color #81c0ad

%33
%0
%10
%25

Triadic Colors of #81c0ad

#81c0ad #ad81c0 #c0ad81

Analogous Colors of #81c0ad

#81c0ad #81b4c0 #81c08e

Monochromatic Colors of #81c0ad

#81c0ad

Complementary Color

#81c0ad #c08194

#81c0ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81c0ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#81c0ad Color CSS Codes

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

#81c0ad Text Font Color

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

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


#81c0ad Background Color

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

This div background color is #81c0ad


#81c0ad Border Color

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

This div border color is #81c0ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81c0ad


Comments

No comments written yet.

Please login to write comment.