Color Hex Logo

#81bbea Color Hex

#81BBEA
(129,187,234)
0 Favorites   0 Comments

Color spaces of #81bbea

RGB 129187234
HSL0.570.710.71
HSV207°45°92°
CMYK 0.450.200.00   0.08
XYZ41.674946.148384.5529
Yxy46.14830.24180.2677
Hunter Lab67.9325-9.3767-26.2431
CIE-Lab73.6417-6.5336-29.2767

#81bbea color RGB value is (129,187,234).

#81bbea hex color red value is 129, green value is 187 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #81bbea hue: 0.57 , saturation: 0.71 and the lightness value of 81bbea is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10111011 11101010
Octal 201 273 352
Decimal 129 187 234
Hex 81 BB EA

RGB Percentages of Color #81bbea

%23.45
%34.00
%42.55

CMYK Percentages of Color #81bbea

%45
%20
%0
%8

Triadic Colors of #81bbea

#81bbea #ea81bb #bbea81

Analogous Colors of #81bbea

#81bbea #8187ea #81eae5

Monochromatic Colors of #81bbea

#81bbea

Complementary Color

#81bbea #eab081

#81bbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81bbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#81bbea Color CSS Codes

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

#81bbea Text Font Color

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

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


#81bbea Background Color

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

This div background color is #81bbea


#81bbea Border Color

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

This div border color is #81bbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81bbea


Comments

No comments written yet.

Please login to write comment.