Color Hex Logo

#81aaed Color Hex

#81AAED
(129,170,237)
0 Favorites   0 Comments

Color spaces of #81aaed

RGB 129170237
HSL0.600.750.72
HSV217°46°93°
CMYK 0.460.280.00   0.07
XYZ38.714039.531085.7106
Yxy39.53100.23610.2411
Hunter Lab62.8737-0.1189-36.8137
CIE-Lab69.13423.6775-37.8835

#81aaed color RGB value is (129,170,237).

#81aaed hex color red value is 129, green value is 170 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #81aaed hue: 0.60 , saturation: 0.75 and the lightness value of 81aaed is 0.72.

The process color (four color CMYK) of #81aaed color hex is 0.46, 0.28, 0.00, 0.07. Web safe color of #81aaed is #9999ff. Color #81aaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101010 11101101
Octal 201 252 355
Decimal 129 170 237
Hex 81 AA ED

RGB Percentages of Color #81aaed

%24.07
%31.72
%44.22

CMYK Percentages of Color #81aaed

%46
%28
%0
%7

Triadic Colors of #81aaed

#81aaed #ed81aa #aaed81

Analogous Colors of #81aaed

#81aaed #8e81ed #81e0ed

Monochromatic Colors of #81aaed

#81aaed

Complementary Color

#81aaed #edc481

#81aaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81aaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#81aaed Color CSS Codes

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

#81aaed Text Font Color

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

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


#81aaed Background Color

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

This div background color is #81aaed


#81aaed Border Color

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

This div border color is #81aaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81aaed


Comments

No comments written yet.

Please login to write comment.