Color Hex Logo

#81abec Color Hex

#81ABEC
(129,171,236)
0 Favorites   0 Comments

Color spaces of #81abec

RGB 129171236
HSL0.600.740.72
HSV216°45°93°
CMYK 0.450.280.00   0.07
XYZ38.756539.849185.0058
Yxy39.84910.23690.2436
Hunter Lab63.1261-0.8801-35.6517
CIE-Lab69.36192.8314-36.9832

#81abec color RGB value is (129,171,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101011 11101100
Octal 201 253 354
Decimal 129 171 236
Hex 81 AB EC

RGB Percentages of Color #81abec

%24.07
%31.90
%44.03

CMYK Percentages of Color #81abec

%45
%28
%0
%7

Triadic Colors of #81abec

#81abec #ec81ab #abec81

Analogous Colors of #81abec

#81abec #8d81ec #81e1ec

Monochromatic Colors of #81abec

#81abec

Complementary Color

#81abec #ecc281

#81abec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81abec Color Preview on White Background

Lorem ipsum dolor sit amet.

#81abec Color CSS Codes

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

#81abec Text Font Color

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

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


#81abec Background Color

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

This div background color is #81abec


#81abec Border Color

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

This div border color is #81abec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81abec


Comments

No comments written yet.

Please login to write comment.