Color Hex Logo

#81aaeb Color Hex

#81AAEB
(129,170,235)
0 Favorites   0 Comments

Color spaces of #81aaeb

RGB 129170235
HSL0.600.730.71
HSV217°45°92°
CMYK 0.450.280.00   0.08
XYZ38.423439.414784.1799
Yxy39.41470.23720.2433
Hunter Lab62.7811-0.6211-35.5520
CIE-Lab69.05063.1080-36.9216

#81aaeb color RGB value is (129,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101010 11101011
Octal 201 252 353
Decimal 129 170 235
Hex 81 AA EB

RGB Percentages of Color #81aaeb

%24.16
%31.84
%44.01

CMYK Percentages of Color #81aaeb

%45
%28
%0
%8

Triadic Colors of #81aaeb

#81aaeb #eb81aa #aaeb81

Analogous Colors of #81aaeb

#81aaeb #8d81eb #81dfeb

Monochromatic Colors of #81aaeb

#81aaeb

Complementary Color

#81aaeb #ebc281

#81aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#81aaeb Color CSS Codes

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

#81aaeb Text Font Color

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

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


#81aaeb Background Color

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

This div background color is #81aaeb


#81aaeb Border Color

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

This div border color is #81aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81aaeb


Comments

No comments written yet.

Please login to write comment.