Color Hex Logo

#81aaad Color Hex

#81AAAD
(129,170,173)
0 Favorites   0 Comments

Color spaces of #81aaad

RGB 129170173
HSL0.510.210.59
HSV184°25°68°
CMYK 0.250.020.00   0.32
XYZ30.970836.433744.9352
Yxy36.43370.27570.3243
Hunter Lab60.3603-14.0425-1.8862
CIE-Lab66.8500-13.0463-6.0589

#81aaad color RGB value is (129,170,173).

#81aaad hex color red value is 129, green value is 170 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #81aaad hue: 0.51 , saturation: 0.21 and the lightness value of 81aaad is 0.59.

The process color (four color CMYK) of #81aaad color hex is 0.25, 0.02, 0.00, 0.32. Web safe color of #81aaad is #999999. Color #81aaad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101010 10101101
Octal 201 252 255
Decimal 129 170 173
Hex 81 AA AD

RGB Percentages of Color #81aaad

%27.33
%36.02
%36.65

CMYK Percentages of Color #81aaad

%25
%2
%0
%32

Triadic Colors of #81aaad

#81aaad #ad81aa #aaad81

Analogous Colors of #81aaad

#81aaad #8194ad #81ad9a

Monochromatic Colors of #81aaad

#81aaad

Complementary Color

#81aaad #ad8481

#81aaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81aaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#81aaad Color CSS Codes

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

#81aaad Text Font Color

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

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


#81aaad Background Color

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

This div background color is #81aaad


#81aaad Border Color

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

This div border color is #81aaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81aaad


Comments

No comments written yet.

Please login to write comment.