Color Hex Logo

#81abee Color Hex

#81ABEE
(129,171,238)
0 Favorites   0 Comments

Color spaces of #81abee

RGB 129171238
HSL0.600.760.72
HSV217°46°93°
CMYK 0.460.280.00   0.07
XYZ39.048839.966086.5450
Yxy39.96600.23590.2414
Hunter Lab63.2187-0.3771-36.9137
CIE-Lab69.44533.4017-37.9443

#81abee color RGB value is (129,171,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101011 11101110
Octal 201 253 356
Decimal 129 171 238
Hex 81 AB EE

RGB Percentages of Color #81abee

%23.98
%31.78
%44.24

CMYK Percentages of Color #81abee

%46
%28
%0
%7

Triadic Colors of #81abee

#81abee #ee81ab #abee81

Analogous Colors of #81abee

#81abee #8e81ee #81e2ee

Monochromatic Colors of #81abee

#81abee

Complementary Color

#81abee #eec481

#81abee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81abee Color Preview on White Background

Lorem ipsum dolor sit amet.

#81abee Color CSS Codes

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

#81abee Text Font Color

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

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


#81abee Background Color

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

This div background color is #81abee


#81abee Border Color

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

This div border color is #81abee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81abee

#81abee Color Palettes


Comments

No comments written yet.

Please login to write comment.