Color Hex Logo

#819dac Color Hex

#819DAC
(129,157,172)
0 Favorites   0 Comments

Color spaces of #819dac

RGB 129157172
HSL0.560.210.59
HSV201°25°67°
CMYK 0.250.090.00   0.33
XYZ28.556631.759643.6549
Yxy31.75960.27470.3055
Hunter Lab56.3557-8.1727-6.4790
CIE-Lab63.1437-6.2539-11.0212

#819dac color RGB value is (129,157,172).

#819dac hex color red value is 129, green value is 157 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #819dac hue: 0.56 , saturation: 0.21 and the lightness value of 819dac is 0.59.

The process color (four color CMYK) of #819dac color hex is 0.25, 0.09, 0.00, 0.33. Web safe color of #819dac is #999999. Color #819dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011101 10101100
Octal 201 235 254
Decimal 129 157 172
Hex 81 9D AC

RGB Percentages of Color #819dac

%28.17
%34.28
%37.55

CMYK Percentages of Color #819dac

%25
%9
%0
%33

Triadic Colors of #819dac

#819dac #ac819d #9dac81

Analogous Colors of #819dac

#819dac #8188ac #81aca6

Monochromatic Colors of #819dac

#819dac

Complementary Color

#819dac #ac9081

#819dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#819dac Color CSS Codes

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

#819dac Text Font Color

<p style="color:#819dac">Text here</p>

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


#819dac Background Color

<div style="background-color:#819dac">
Div content here</div>

This div background color is #819dac


#819dac Border Color

<div style="border:3px solid #819dac">
Div here</div>

This div border color is #819dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819dac


Comments

No comments written yet.

Please login to write comment.