Color Hex Logo

#81beff Color Hex

#81BEFF
(129,190,255)
0 Favorites   0 Comments

Color spaces of #81beff

RGB 129190255
HSL0.591.000.75
HSV211°49°100°
CMYK 0.490.250.00   0.00
XYZ45.516748.7140101.6115
Yxy48.71400.23240.2487
Hunter Lab69.7954-5.7342-37.4604
CIE-Lab75.2731-2.2346-38.0775

#81beff color RGB value is (129,190,255).

#81beff hex color red value is 129, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #81beff hue: 0.59 , saturation: 1.00 and the lightness value of 81beff is 0.75.

The process color (four color CMYK) of #81beff color hex is 0.49, 0.25, 0.00, 0.00. Web safe color of #81beff is #99ccff. Color #81beff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10111110 11111111
Octal 201 276 377
Decimal 129 190 255
Hex 81 BE FF

RGB Percentages of Color #81beff

%22.47
%33.10
%44.43

CMYK Percentages of Color #81beff

%49
%25
%0
%0

Triadic Colors of #81beff

#81beff #ff81be #beff81

Analogous Colors of #81beff

#81beff #8381ff #81fdff

Monochromatic Colors of #81beff

#81beff

Complementary Color

#81beff #ffc281

#81beff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81beff Color Preview on White Background

Lorem ipsum dolor sit amet.

#81beff Color CSS Codes

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

#81beff Text Font Color

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

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


#81beff Background Color

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

This div background color is #81beff


#81beff Border Color

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

This div border color is #81beff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81beff

Related Colors


Comments

No comments written yet.

Please login to write comment.