Color Hex Logo

#81baef Color Hex

#81BAEF
(129,186,239)
0 Favorites   0 Comments

Color spaces of #81baef

RGB 129186239
HSL0.580.770.72
HSV209°46°94°
CMYK 0.460.220.00   0.06
XYZ42.192246.016988.3197
Yxy46.01690.23900.2607
Hunter Lab67.8358-7.6899-29.7084
CIE-Lab73.5565-4.6013-32.1139

#81baef color RGB value is (129,186,239).

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

The process color (four color CMYK) of #81baef color hex is 0.46, 0.22, 0.00, 0.06. Web safe color of #81baef is #99ccff. Color #81baef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10111010 11101111
Octal 201 272 357
Decimal 129 186 239
Hex 81 BA EF

RGB Percentages of Color #81baef

%23.29
%33.57
%43.14

CMYK Percentages of Color #81baef

%46
%22
%0
%6

Triadic Colors of #81baef

#81baef #ef81ba #baef81

Analogous Colors of #81baef

#81baef #8183ef #81efed

Monochromatic Colors of #81baef

#81baef

Complementary Color

#81baef #efb681

#81baef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81baef Color Preview on White Background

Lorem ipsum dolor sit amet.

#81baef Color CSS Codes

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

#81baef Text Font Color

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

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


#81baef Background Color

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

This div background color is #81baef


#81baef Border Color

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

This div border color is #81baef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81baef


Comments

No comments written yet.

Please login to write comment.