Color Hex Logo

#81abab Color Hex

#81ABAB
(129,171,171)
0 Favorites   0 Comments

Color spaces of #81abab

RGB 129171171
HSL0.500.200.59
HSV180°25°67°
CMYK 0.250.000.00   0.33
XYZ30.966936.733243.9862
Yxy36.73320.27730.3289
Hunter Lab60.6079-14.8614-0.6042
CIE-Lab67.0764-14.0366-4.6129

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

#81abab hex color red value is 129, green value is 171 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #81abab hue: 0.50 , saturation: 0.20 and the lightness value of 81abab is 0.59.

The process color (four color CMYK) of #81abab color hex is 0.25, 0.00, 0.00, 0.33. Web safe color of #81abab is #999999. Color #81abab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101011 10101011
Octal 201 253 253
Decimal 129 171 171
Hex 81 AB AB

RGB Percentages of Color #81abab

%27.39
%36.31
%36.31

CMYK Percentages of Color #81abab

%25
%0
%0
%33

Triadic Colors of #81abab

#81abab #ab81ab #abab81

Analogous Colors of #81abab

#81abab #8196ab #81ab96

Monochromatic Colors of #81abab

#81abab

Complementary Color

#81abab #ab8181

#81abab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81abab Color Preview on White Background

Lorem ipsum dolor sit amet.

#81abab Color CSS Codes

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

#81abab Text Font Color

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

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


#81abab Background Color

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

This div background color is #81abab


#81abab Border Color

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

This div border color is #81abab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,171,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 #81abab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81abab


Comments

No comments written yet.

Please login to write comment.