Color Hex Logo

#81ebfb Color Hex

#81EBFB
(129,235,251)
0 Favorites   0 Comments

Color spaces of #81ebfb

RGB 129235251
HSL0.520.940.75
HSV188°49°98°
CMYK 0.490.060.00   0.02
XYZ56.174271.0488102.0199
Yxy71.04880.24500.3099
Hunter Lab84.2905-28.5494-12.7576
CIE-Lab87.5087-26.5576-17.2431

#81ebfb color RGB value is (129,235,251).

#81ebfb hex color red value is 129, green value is 235 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #81ebfb hue: 0.52 , saturation: 0.94 and the lightness value of 81ebfb is 0.75.

The process color (four color CMYK) of #81ebfb color hex is 0.49, 0.06, 0.00, 0.02. Web safe color of #81ebfb is #99ffff. Color #81ebfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 11101011 11111011
Octal 201 353 373
Decimal 129 235 251
Hex 81 EB FB

RGB Percentages of Color #81ebfb

%20.98
%38.21
%40.81

CMYK Percentages of Color #81ebfb

%49
%6
%0
%2

Triadic Colors of #81ebfb

#81ebfb #fb81eb #ebfb81

Analogous Colors of #81ebfb

#81ebfb #81aefb #81fbce

Monochromatic Colors of #81ebfb

#81ebfb

Complementary Color

#81ebfb #fb9181

#81ebfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81ebfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#81ebfb Color CSS Codes

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

#81ebfb Text Font Color

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

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


#81ebfb Background Color

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

This div background color is #81ebfb


#81ebfb Border Color

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

This div border color is #81ebfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81ebfb


Comments

No comments written yet.

Please login to write comment.