Color Hex Logo

#818899 Color Hex

#818899
(129,136,153)
0 Favorites   0 Comments

Color spaces of #818899

RGB 129136153
HSL0.620.110.55
HSV223°16°60°
CMYK 0.160.110.00   0.40
XYZ23.607224.575433.6363
Yxy24.57540.28850.3004
Hunter Lab49.5736-1.7511-5.5275
CIE-Lab56.65941.1090-9.9261

#818899 color RGB value is (129,136,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001000 10011001
Octal 201 210 231
Decimal 129 136 153
Hex 81 88 99

RGB Percentages of Color #818899

%30.86
%32.54
%36.60

CMYK Percentages of Color #818899

%16
%11
%0
%40

Triadic Colors of #818899

#818899 #998188 #889981

Analogous Colors of #818899

#818899 #868199 #819499

Monochromatic Colors of #818899

#818899

Complementary Color

#818899 #999281

#818899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#818899 Color CSS Codes

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

#818899 Text Font Color

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

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


#818899 Background Color

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

This div background color is #818899


#818899 Border Color

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

This div border color is #818899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818899


Comments

No comments written yet.

Please login to write comment.