Color Hex Logo

#819d9b Color Hex

#819D9B
(129,157,155)
0 Favorites   0 Comments

Color spaces of #819d9b

RGB 129157155
HSL0.490.130.56
HSV176°18°62°
CMYK 0.180.000.01   0.38
XYZ27.026631.147635.5980
Yxy31.14760.28820.3322
Hunter Lab55.8100-11.22701.2494
CIE-Lab62.6320-10.1394-2.2072

#819d9b color RGB value is (129,157,155).

#819d9b hex color red value is 129, green value is 157 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #819d9b hue: 0.49 , saturation: 0.13 and the lightness value of 819d9b is 0.56.

The process color (four color CMYK) of #819d9b color hex is 0.18, 0.00, 0.01, 0.38. Web safe color of #819d9b is #999999. Color #819d9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011101 10011011
Octal 201 235 233
Decimal 129 157 155
Hex 81 9D 9B

RGB Percentages of Color #819d9b

%29.25
%35.60
%35.15

CMYK Percentages of Color #819d9b

%18
%0
%1
%38

Triadic Colors of #819d9b

#819d9b #9b819d #9d9b81

Analogous Colors of #819d9b

#819d9b #81919d #819d8d

Monochromatic Colors of #819d9b

#819d9b

Complementary Color

#819d9b #9d8183

#819d9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819d9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#819d9b Color CSS Codes

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

#819d9b Text Font Color

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

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


#819d9b Background Color

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

This div background color is #819d9b


#819d9b Border Color

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

This div border color is #819d9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819d9b


Comments

No comments written yet.

Please login to write comment.