Color Hex Logo

#819499 Color Hex

#819499
(129,148,153)
0 Favorites   0 Comments

Color spaces of #819499

RGB 129148153
HSL0.530.110.55
HSV193°16°60°
CMYK 0.160.030.00   0.40
XYZ25.392928.146834.2315
Yxy28.14680.28930.3207
Hunter Lab53.0536-7.4087-1.1179
CIE-Lab60.0211-5.6486-4.9227

#819499 color RGB value is (129,148,153).

#819499 hex color red value is 129, green value is 148 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #819499 hue: 0.53 , saturation: 0.11 and the lightness value of 819499 is 0.55.

The process color (four color CMYK) of #819499 color hex is 0.16, 0.03, 0.00, 0.40. Web safe color of #819499 is #999999. Color #819499 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10010100 10011001
Octal 201 224 231
Decimal 129 148 153
Hex 81 94 99

RGB Percentages of Color #819499

%30.00
%34.42
%35.58

CMYK Percentages of Color #819499

%16
%3
%0
%40

Triadic Colors of #819499

#819499 #998194 #949981

Analogous Colors of #819499

#819499 #818899 #819992

Monochromatic Colors of #819499

#819499

Complementary Color

#819499 #998681

#819499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#819499 Color CSS Codes

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

#819499 Text Font Color

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

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


#819499 Background Color

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

This div background color is #819499


#819499 Border Color

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

This div border color is #819499


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,148,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #819499; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #819499;
  -webkit-box-shadow: 1px 1px 3px 2px #819499;
  box-shadow:         1px 1px 3px 2px #819499; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819499


Comments

No comments written yet.

Please login to write comment.