Color Hex Logo

#81aadc Color Hex

#81AADC
(129,170,220)
0 Favorites   0 Comments

Color spaces of #81aadc

RGB 129170220
HSL0.590.570.68
HSV213°41°86°
CMYK 0.410.230.00   0.14
XYZ36.346338.583973.2419
Yxy38.58390.24530.2604
Hunter Lab62.1159-4.2560-26.4286
CIE-Lab68.4488-1.0836-29.6373

#81aadc color RGB value is (129,170,220).

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

The process color (four color CMYK) of #81aadc color hex is 0.41, 0.23, 0.00, 0.14. Web safe color of #81aadc is #9999cc. Color #81aadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101010 11011100
Octal 201 252 334
Decimal 129 170 220
Hex 81 AA DC

RGB Percentages of Color #81aadc

%24.86
%32.76
%42.39

CMYK Percentages of Color #81aadc

%41
%23
%0
%14

Triadic Colors of #81aadc

#81aadc #dc81aa #aadc81

Analogous Colors of #81aadc

#81aadc #8681dc #81d8dc

Monochromatic Colors of #81aadc

#81aadc

Complementary Color

#81aadc #dcb381

#81aadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81aadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#81aadc Color CSS Codes

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

#81aadc Text Font Color

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

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


#81aadc Background Color

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

This div background color is #81aadc


#81aadc Border Color

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

This div border color is #81aadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81aadc


Comments

No comments written yet.

Please login to write comment.