Color Hex Logo

#81a5ac Color Hex

#81A5AC
(129,165,172)
0 Favorites   0 Comments

Color spaces of #81a5ac

RGB 129165172
HSL0.530.210.59
HSV190°25°67°
CMYK 0.250.040.00   0.33
XYZ29.954834.556044.1209
Yxy34.55600.27570.3181
Hunter Lab58.7844-11.9142-3.3514
CIE-Lab65.4015-10.6072-7.6513

#81a5ac color RGB value is (129,165,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10100101 10101100
Octal 201 245 254
Decimal 129 165 172
Hex 81 A5 AC

RGB Percentages of Color #81a5ac

%27.68
%35.41
%36.91

CMYK Percentages of Color #81a5ac

%25
%4
%0
%33

Triadic Colors of #81a5ac

#81a5ac #ac81a5 #a5ac81

Analogous Colors of #81a5ac

#81a5ac #8190ac #81ac9e

Monochromatic Colors of #81a5ac

#81a5ac

Complementary Color

#81a5ac #ac8881

#81a5ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81a5ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#81a5ac Color CSS Codes

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

#81a5ac Text Font Color

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

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


#81a5ac Background Color

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

This div background color is #81a5ac


#81a5ac Border Color

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

This div border color is #81a5ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81a5ac

#81a5ac Color Palettes


Comments

No comments written yet.

Please login to write comment.