Color Hex Logo

#81abef Color Hex

#81ABEF
(129,171,239)
0 Favorites   0 Comments

Color spaces of #81abef

RGB 129171239
HSL0.600.770.72
HSV217°46°94°
CMYK 0.460.280.00   0.06
XYZ39.196240.024987.3211
Yxy40.02490.23540.2403
Hunter Lab63.2652-0.1239-37.5487
CIE-Lab69.48733.6880-38.4241

#81abef color RGB value is (129,171,239).

#81abef hex color red value is 129, green value is 171 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #81abef hue: 0.60 , saturation: 0.77 and the lightness value of 81abef is 0.72.

The process color (four color CMYK) of #81abef color hex is 0.46, 0.28, 0.00, 0.06. Web safe color of #81abef is #9999ff. Color #81abef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101011 11101111
Octal 201 253 357
Decimal 129 171 239
Hex 81 AB EF

RGB Percentages of Color #81abef

%23.93
%31.73
%44.34

CMYK Percentages of Color #81abef

%46
%28
%0
%6

Triadic Colors of #81abef

#81abef #ef81ab #abef81

Analogous Colors of #81abef

#81abef #8e81ef #81e2ef

Monochromatic Colors of #81abef

#81abef

Complementary Color

#81abef #efc581

#81abef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81abef Color Preview on White Background

Lorem ipsum dolor sit amet.

#81abef Color CSS Codes

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

#81abef Text Font Color

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

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


#81abef Background Color

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

This div background color is #81abef


#81abef Border Color

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

This div border color is #81abef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81abef


Comments

No comments written yet.

Please login to write comment.