Color Hex Logo

#81bbee Color Hex

#81BBEE
(129,187,238)
0 Favorites   0 Comments

Color spaces of #81bbee

RGB 129187238
HSL0.580.760.72
HSV208°46°93°
CMYK 0.460.210.00   0.07
XYZ42.256246.380887.6142
Yxy46.38080.23970.2632
Hunter Lab68.1035-8.4270-28.6034
CIE-Lab73.7919-5.4234-31.2099

#81bbee color RGB value is (129,187,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10111011 11101110
Octal 201 273 356
Decimal 129 187 238
Hex 81 BB EE

RGB Percentages of Color #81bbee

%23.29
%33.75
%42.96

CMYK Percentages of Color #81bbee

%46
%21
%0
%7

Triadic Colors of #81bbee

#81bbee #ee81bb #bbee81

Analogous Colors of #81bbee

#81bbee #8185ee #81eeeb

Monochromatic Colors of #81bbee

#81bbee

Complementary Color

#81bbee #eeb481

#81bbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81bbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#81bbee Color CSS Codes

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

#81bbee Text Font Color

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

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


#81bbee Background Color

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

This div background color is #81bbee


#81bbee Border Color

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

This div border color is #81bbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81bbee


Comments

No comments written yet.

Please login to write comment.