Color Hex Logo

#81aabb Color Hex

#81AABB
(129,170,187)
0 Favorites   0 Comments

Color spaces of #81aabb

RGB 129170187
HSL0.550.300.62
HSV198°31°73°
CMYK 0.310.090.00   0.27
XYZ32.397637.004452.4487
Yxy37.00440.26590.3037
Hunter Lab60.8312-11.3889-8.5380
CIE-Lab67.2803-9.6968-13.1923

#81aabb color RGB value is (129,170,187).

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

The process color (four color CMYK) of #81aabb color hex is 0.31, 0.09, 0.00, 0.27. Web safe color of #81aabb is #9999cc. Color #81aabb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101010 10111011
Octal 201 252 273
Decimal 129 170 187
Hex 81 AA BB

RGB Percentages of Color #81aabb

%26.54
%34.98
%38.48

CMYK Percentages of Color #81aabb

%31
%9
%0
%27

Triadic Colors of #81aabb

#81aabb #bb81aa #aabb81

Analogous Colors of #81aabb

#81aabb #818dbb #81bbaf

Monochromatic Colors of #81aabb

#81aabb

Complementary Color

#81aabb #bb9281

#81aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#81aabb Color CSS Codes

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

#81aabb Text Font Color

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

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


#81aabb Background Color

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

This div background color is #81aabb


#81aabb Border Color

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

This div border color is #81aabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81aabb


Comments

No comments written yet.

Please login to write comment.