Color Hex Logo

#81aead Color Hex

#81AEAD
(129,174,173)
0 Favorites   0 Comments

Color spaces of #81aead

RGB 129174173
HSL0.500.220.59
HSV179°26°68°
CMYK 0.260.000.01   0.32
XYZ31.732137.956445.1890
Yxy37.95640.27620.3304
Hunter Lab61.6088-15.8775-0.3621
CIE-Lab67.9885-15.1572-4.3758

#81aead color RGB value is (129,174,173).

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

The process color (four color CMYK) of #81aead color hex is 0.26, 0.00, 0.01, 0.32. Web safe color of #81aead is #999999. Color #81aead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101110 10101101
Octal 201 256 255
Decimal 129 174 173
Hex 81 AE AD

RGB Percentages of Color #81aead

%27.10
%36.55
%36.34

CMYK Percentages of Color #81aead

%26
%0
%1
%32

Triadic Colors of #81aead

#81aead #ad81ae #aead81

Analogous Colors of #81aead

#81aead #8199ae #81ae97

Monochromatic Colors of #81aead

#81aead

Complementary Color

#81aead #ae8182

#81aead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81aead Color Preview on White Background

Lorem ipsum dolor sit amet.

#81aead Color CSS Codes

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

#81aead Text Font Color

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

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


#81aead Background Color

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

This div background color is #81aead


#81aead Border Color

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

This div border color is #81aead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81aead


Comments

No comments written yet.

Please login to write comment.