Color Hex Logo

#81bee3 Color Hex

#81BEE3
(129,190,227)
0 Favorites   0 Comments

Color spaces of #81bee3

RGB 129190227
HSL0.560.640.70
HSV203°43°89°
CMYK 0.430.160.00   0.11
XYZ41.331847.040179.5743
Yxy47.04010.24610.2801
Hunter Lab68.5858-12.4558-20.7791
CIE-Lab74.2154-10.0520-24.6062

#81bee3 color RGB value is (129,190,227).

#81bee3 hex color red value is 129, green value is 190 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #81bee3 hue: 0.56 , saturation: 0.64 and the lightness value of 81bee3 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10111110 11100011
Octal 201 276 343
Decimal 129 190 227
Hex 81 BE E3

RGB Percentages of Color #81bee3

%23.63
%34.80
%41.58

CMYK Percentages of Color #81bee3

%43
%16
%0
%11

Triadic Colors of #81bee3

#81bee3 #e381be #bee381

Analogous Colors of #81bee3

#81bee3 #818de3 #81e3d7

Monochromatic Colors of #81bee3

#81bee3

Complementary Color

#81bee3 #e3a681

#81bee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81bee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#81bee3 Color CSS Codes

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

#81bee3 Text Font Color

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

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


#81bee3 Background Color

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

This div background color is #81bee3


#81bee3 Border Color

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

This div border color is #81bee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81bee3

#81bee3 Color Palettes


Comments

No comments written yet.

Please login to write comment.