Color Hex Logo

#81acce Color Hex

#81ACCE
(129,172,206)
0 Favorites   0 Comments

Color spaces of #81acce

RGB 129172206
HSL0.570.440.66
HSV206°37°81°
CMYK 0.370.170.00   0.19
XYZ34.946438.628464.0067
Yxy38.62840.25400.2808
Hunter Lab62.1517-8.3994-17.5533
CIE-Lab68.4812-5.9440-21.8827

#81acce color RGB value is (129,172,206).

#81acce hex color red value is 129, green value is 172 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #81acce hue: 0.57 , saturation: 0.44 and the lightness value of 81acce is 0.66.

The process color (four color CMYK) of #81acce color hex is 0.37, 0.17, 0.00, 0.19. Web safe color of #81acce is #9999cc. Color #81acce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101100 11001110
Octal 201 254 316
Decimal 129 172 206
Hex 81 AC CE

RGB Percentages of Color #81acce

%25.44
%33.93
%40.63

CMYK Percentages of Color #81acce

%37
%17
%0
%19

Triadic Colors of #81acce

#81acce #ce81ac #acce81

Analogous Colors of #81acce

#81acce #8186ce #81ceca

Monochromatic Colors of #81acce

#81acce

Complementary Color

#81acce #cea381

#81acce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81acce Color Preview on White Background

Lorem ipsum dolor sit amet.

#81acce Color CSS Codes

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

#81acce Text Font Color

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

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


#81acce Background Color

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

This div background color is #81acce


#81acce Border Color

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

This div border color is #81acce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81acce


Comments

No comments written yet.

Please login to write comment.