Color Hex Logo

#81acdc Color Hex

#81ACDC
(129,172,220)
0 Favorites   0 Comments

Color spaces of #81acdc

RGB 129172220
HSL0.590.570.68
HSV212°41°86°
CMYK 0.410.220.00   0.14
XYZ36.724139.339573.3679
Yxy39.33950.24580.2633
Hunter Lab62.7212-5.2480-25.4494
CIE-Lab68.9965-2.1913-28.7934

#81acdc color RGB value is (129,172,220).

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

The process color (four color CMYK) of #81acdc color hex is 0.41, 0.22, 0.00, 0.14. Web safe color of #81acdc is #9999cc. Color #81acdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101100 11011100
Octal 201 254 334
Decimal 129 172 220
Hex 81 AC DC

RGB Percentages of Color #81acdc

%24.76
%33.01
%42.23

CMYK Percentages of Color #81acdc

%41
%22
%0
%14

Triadic Colors of #81acdc

#81acdc #dc81ac #acdc81

Analogous Colors of #81acdc

#81acdc #8481dc #81dadc

Monochromatic Colors of #81acdc

#81acdc

Complementary Color

#81acdc #dcb181

#81acdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81acdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#81acdc Color CSS Codes

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

#81acdc Text Font Color

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

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


#81acdc Background Color

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

This div background color is #81acdc


#81acdc Border Color

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

This div border color is #81acdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81acdc


Comments

No comments written yet.

Please login to write comment.