Color Hex Logo

#819aae Color Hex

#819AAE
(129,154,174)
0 Favorites   0 Comments

Color spaces of #819aae

RGB 129154174
HSL0.570.220.59
HSV207°26°68°
CMYK 0.260.110.00   0.32
XYZ28.248830.834344.5071
Yxy30.83430.27270.2977
Hunter Lab55.5286-6.3677-8.6518
CIE-Lab62.3675-4.1158-13.3129

#819aae color RGB value is (129,154,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011010 10101110
Octal 201 232 256
Decimal 129 154 174
Hex 81 9A AE

RGB Percentages of Color #819aae

%28.23
%33.70
%38.07

CMYK Percentages of Color #819aae

%26
%11
%0
%32

Triadic Colors of #819aae

#819aae #ae819a #9aae81

Analogous Colors of #819aae

#819aae #8184ae #81aeac

Monochromatic Colors of #819aae

#819aae

Complementary Color

#819aae #ae9581

#819aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#819aae Color CSS Codes

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

#819aae Text Font Color

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

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


#819aae Background Color

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

This div background color is #819aae


#819aae Border Color

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

This div border color is #819aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819aae


Comments

No comments written yet.

Please login to write comment.