Color Hex Logo

#819cad Color Hex

#819CAD
(129,156,173)
0 Favorites   0 Comments

Color spaces of #819cad

RGB 129156173
HSL0.560.210.59
HSV203°25°68°
CMYK 0.250.100.00   0.32
XYZ28.484631.461244.1065
Yxy31.46120.27380.3024
Hunter Lab56.0903-7.5095-7.3594
CIE-Lab62.8950-5.4639-11.9567

#819cad color RGB value is (129,156,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011100 10101101
Octal 201 234 255
Decimal 129 156 173
Hex 81 9C AD

RGB Percentages of Color #819cad

%28.17
%34.06
%37.77

CMYK Percentages of Color #819cad

%25
%10
%0
%32

Triadic Colors of #819cad

#819cad #ad819c #9cad81

Analogous Colors of #819cad

#819cad #8186ad #81ada8

Monochromatic Colors of #819cad

#819cad

Complementary Color

#819cad #ad9281

#819cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#819cad Color CSS Codes

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

#819cad Text Font Color

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

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


#819cad Background Color

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

This div background color is #819cad


#819cad Border Color

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

This div border color is #819cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,156,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 #819cad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819cad


Comments

No comments written yet.

Please login to write comment.