Color Hex Logo

#819cae Color Hex

#819CAE
(129,156,174)
0 Favorites   0 Comments

Color spaces of #819cae

RGB 129156174
HSL0.570.220.59
HSV204°26°68°
CMYK 0.260.100.00   0.32
XYZ28.581731.500144.6181
Yxy31.50010.27300.3009
Hunter Lab56.1249-7.3173-7.8468
CIE-Lab62.9276-5.2242-12.4706

#819cae color RGB value is (129,156,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011100 10101110
Octal 201 234 256
Decimal 129 156 174
Hex 81 9C AE

RGB Percentages of Color #819cae

%28.10
%33.99
%37.91

CMYK Percentages of Color #819cae

%26
%10
%0
%32

Triadic Colors of #819cae

#819cae #ae819c #9cae81

Analogous Colors of #819cae

#819cae #8186ae #81aeaa

Monochromatic Colors of #819cae

#819cae

Complementary Color

#819cae #ae9381

#819cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#819cae Color CSS Codes

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

#819cae Text Font Color

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

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


#819cae Background Color

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

This div background color is #819cae


#819cae Border Color

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

This div border color is #819cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819cae

#819cae Color Palettes


Comments

No comments written yet.

Please login to write comment.