Color Hex Logo

#819aad Color Hex

#819AAD
(129,154,173)
0 Favorites   0 Comments

Color spaces of #819aad

RGB 129154173
HSL0.570.210.59
HSV206°25°68°
CMYK 0.250.110.00   0.32
XYZ28.151730.795543.9955
Yxy30.79550.27350.2992
Hunter Lab55.4937-6.5617-8.1596
CIE-Lab62.3346-4.3568-12.7987

#819aad color RGB value is (129,154,173).

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

The process color (four color CMYK) of #819aad color hex is 0.25, 0.11, 0.00, 0.32. Web safe color of #819aad is #999999. Color #819aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011010 10101101
Octal 201 232 255
Decimal 129 154 173
Hex 81 9A AD

RGB Percentages of Color #819aad

%28.29
%33.77
%37.94

CMYK Percentages of Color #819aad

%25
%11
%0
%32

Triadic Colors of #819aad

#819aad #ad819a #9aad81

Analogous Colors of #819aad

#819aad #8184ad #81adaa

Monochromatic Colors of #819aad

#819aad

Complementary Color

#819aad #ad9481

#819aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#819aad Color CSS Codes

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

#819aad Text Font Color

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

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


#819aad Background Color

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

This div background color is #819aad


#819aad Border Color

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

This div border color is #819aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819aad


Comments

No comments written yet.

Please login to write comment.