Color Hex Logo

#81aaef Color Hex

#81AAEF
(129,170,239)
0 Favorites   0 Comments

Color spaces of #81aaef

RGB 129170239
HSL0.600.770.72
HSV218°46°94°
CMYK 0.460.290.00   0.06
XYZ39.008039.648687.2584
Yxy39.64860.23510.2390
Hunter Lab62.96710.3879-38.0857
CIE-Lab69.21854.2498-38.8430

#81aaef color RGB value is (129,170,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101010 11101111
Octal 201 252 357
Decimal 129 170 239
Hex 81 AA EF

RGB Percentages of Color #81aaef

%23.98
%31.60
%44.42

CMYK Percentages of Color #81aaef

%46
%29
%0
%6

Triadic Colors of #81aaef

#81aaef #ef81aa #aaef81

Analogous Colors of #81aaef

#81aaef #8f81ef #81e1ef

Monochromatic Colors of #81aaef

#81aaef

Complementary Color

#81aaef #efc681

#81aaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81aaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#81aaef Color CSS Codes

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

#81aaef Text Font Color

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

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


#81aaef Background Color

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

This div background color is #81aaef


#81aaef Border Color

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

This div border color is #81aaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81aaef


Comments

No comments written yet.

Please login to write comment.