Color Hex Logo

#81bbde Color Hex

#81BBDE
(129,187,222)
0 Favorites   0 Comments

Color spaces of #81bbde

RGB 129187222
HSL0.560.580.69
HSV203°42°87°
CMYK 0.420.160.00   0.13
XYZ40.008445.481775.7774
Yxy45.48170.24810.2820
Hunter Lab67.4401-12.1263-19.4116
CIE-Lab73.2079-9.7964-23.4311

#81bbde color RGB value is (129,187,222).

#81bbde hex color red value is 129, green value is 187 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #81bbde hue: 0.56 , saturation: 0.58 and the lightness value of 81bbde is 0.69.

The process color (four color CMYK) of #81bbde color hex is 0.42, 0.16, 0.00, 0.13. Web safe color of #81bbde is #99cccc. Color #81bbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10111011 11011110
Octal 201 273 336
Decimal 129 187 222
Hex 81 BB DE

RGB Percentages of Color #81bbde

%23.98
%34.76
%41.26

CMYK Percentages of Color #81bbde

%42
%16
%0
%13

Triadic Colors of #81bbde

#81bbde #de81bb #bbde81

Analogous Colors of #81bbde

#81bbde #818dde #81ded3

Monochromatic Colors of #81bbde

#81bbde

Complementary Color

#81bbde #dea481

#81bbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81bbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#81bbde Color CSS Codes

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

#81bbde Text Font Color

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

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


#81bbde Background Color

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

This div background color is #81bbde


#81bbde Border Color

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

This div border color is #81bbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81bbde


Comments

No comments written yet.

Please login to write comment.