Color Hex Logo

#81baeb Color Hex

#81BAEB
(129,186,235)
0 Favorites   0 Comments

Color spaces of #81baeb

RGB 129186235
HSL0.580.730.71
HSV208°45°92°
CMYK 0.450.210.00   0.08
XYZ41.607645.783185.2413
Yxy45.78310.24100.2652
Hunter Lab67.6632-8.6470-27.3286
CIE-Lab73.4046-5.7163-30.1830

#81baeb color RGB value is (129,186,235).

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

The process color (four color CMYK) of #81baeb color hex is 0.45, 0.21, 0.00, 0.08. Web safe color of #81baeb is #99ccff. Color #81baeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10111010 11101011
Octal 201 272 353
Decimal 129 186 235
Hex 81 BA EB

RGB Percentages of Color #81baeb

%23.45
%33.82
%42.73

CMYK Percentages of Color #81baeb

%45
%21
%0
%8

Triadic Colors of #81baeb

#81baeb #eb81ba #baeb81

Analogous Colors of #81baeb

#81baeb #8185eb #81ebe7

Monochromatic Colors of #81baeb

#81baeb

Complementary Color

#81baeb #ebb281

#81baeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81baeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#81baeb Color CSS Codes

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

#81baeb Text Font Color

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

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


#81baeb Background Color

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

This div background color is #81baeb


#81baeb Border Color

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

This div border color is #81baeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81baeb


Comments

No comments written yet.

Please login to write comment.