Color Hex Logo

#81beea Color Hex

#81BEEA
(129,190,234)
0 Favorites   0 Comments

Color spaces of #81beea

RGB 129190234
HSL0.570.710.71
HSV205°45°92°
CMYK 0.450.190.00   0.08
XYZ42.318047.434684.7673
Yxy47.43460.24250.2718
Hunter Lab68.8728-10.8503-24.7620
CIE-Lab74.4669-8.1468-28.0091

#81beea color RGB value is (129,190,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10111110 11101010
Octal 201 276 352
Decimal 129 190 234
Hex 81 BE EA

RGB Percentages of Color #81beea

%23.33
%34.36
%42.31

CMYK Percentages of Color #81beea

%45
%19
%0
%8

Triadic Colors of #81beea

#81beea #ea81be #beea81

Analogous Colors of #81beea

#81beea #818aea #81eae2

Monochromatic Colors of #81beea

#81beea

Complementary Color

#81beea #eaad81

#81beea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81beea Color Preview on White Background

Lorem ipsum dolor sit amet.

#81beea Color CSS Codes

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

#81beea Text Font Color

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

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


#81beea Background Color

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

This div background color is #81beea


#81beea Border Color

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

This div border color is #81beea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,190,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 #81beea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81beea


Comments

No comments written yet.

Please login to write comment.