Color Hex Logo

#81aeeb Color Hex

#81AEEB
(129,174,235)
0 Favorites   0 Comments

Color spaces of #81aeeb

RGB 129174235
HSL0.600.730.71
HSV215°45°92°
CMYK 0.450.260.00   0.08
XYZ39.184740.937484.4337
Yxy40.93740.23810.2488
Hunter Lab63.9823-2.6504-33.4539
CIE-Lab70.13200.8724-35.2414

#81aeeb color RGB value is (129,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101110 11101011
Octal 201 256 353
Decimal 129 174 235
Hex 81 AE EB

RGB Percentages of Color #81aeeb

%23.98
%32.34
%43.68

CMYK Percentages of Color #81aeeb

%45
%26
%0
%8

Triadic Colors of #81aeeb

#81aeeb #eb81ae #aeeb81

Analogous Colors of #81aeeb

#81aeeb #8981eb #81e3eb

Monochromatic Colors of #81aeeb

#81aeeb

Complementary Color

#81aeeb #ebbe81

#81aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#81aeeb Color CSS Codes

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

#81aeeb Text Font Color

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

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


#81aeeb Background Color

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

This div background color is #81aeeb


#81aeeb Border Color

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

This div border color is #81aeeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,174,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 #81aeeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81aeeb


Comments

No comments written yet.

Please login to write comment.