Color Hex Logo

#819e7d Color Hex

#819E7D
(129,158,125)
0 Favorites   0 Comments

Color spaces of #819e7d

RGB 129158125
HSL0.310.150.55
HSV113°21°62°
CMYK 0.180.000.21   0.38
XYZ24.981830.601523.9920
Yxy30.60150.31390.3846
Hunter Lab55.3186-16.197313.0086
CIE-Lab62.1698-16.657313.9759

#819e7d color RGB value is (129,158,125).

#819e7d hex color red value is 129, green value is 158 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #819e7d hue: 0.31 , saturation: 0.15 and the lightness value of 819e7d is 0.55.

The process color (four color CMYK) of #819e7d color hex is 0.18, 0.00, 0.21, 0.38. Web safe color of #819e7d is #999966. Color #819e7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011110 01111101
Octal 201 236 175
Decimal 129 158 125
Hex 81 9E 7D

RGB Percentages of Color #819e7d

%31.31
%38.35
%30.34

CMYK Percentages of Color #819e7d

%18
%0
%21
%38

Triadic Colors of #819e7d

#819e7d #7d819e #9e7d81

Analogous Colors of #819e7d

#819e7d #7d9e8a #929e7d

Monochromatic Colors of #819e7d

#819e7d

Complementary Color

#819e7d #9a7d9e

#819e7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819e7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#819e7d Color CSS Codes

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

#819e7d Text Font Color

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

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


#819e7d Background Color

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

This div background color is #819e7d


#819e7d Border Color

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

This div border color is #819e7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819e7d


Comments

No comments written yet.

Please login to write comment.