Color Hex Logo

#81aaee Color Hex

#81AAEE
(129,170,238)
0 Favorites   0 Comments

Color spaces of #81aaee

RGB 129170238
HSL0.600.760.72
HSV217°46°93°
CMYK 0.460.290.00   0.07
XYZ38.860639.589686.4823
Yxy39.58960.23560.2400
Hunter Lab62.92030.1341-37.4484
CIE-Lab69.17623.9635-38.3635

#81aaee color RGB value is (129,170,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101010 11101110
Octal 201 252 356
Decimal 129 170 238
Hex 81 AA EE

RGB Percentages of Color #81aaee

%24.02
%31.66
%44.32

CMYK Percentages of Color #81aaee

%46
%29
%0
%7

Triadic Colors of #81aaee

#81aaee #ee81aa #aaee81

Analogous Colors of #81aaee

#81aaee #8f81ee #81e1ee

Monochromatic Colors of #81aaee

#81aaee

Complementary Color

#81aaee #eec581

#81aaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81aaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#81aaee Color CSS Codes

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

#81aaee Text Font Color

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

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


#81aaee Background Color

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

This div background color is #81aaee


#81aaee Border Color

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

This div border color is #81aaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81aaee


Comments

No comments written yet.

Please login to write comment.