Color Hex Logo

#83ab77 Color Hex

#83AB77
(131,171,119)
0 Favorites   0 Comments

Color spaces of #83ab77

RGB 131171119
HSL0.290.240.57
HSV106°30°67°
CMYK 0.230.000.30   0.33
XYZ27.252835.283022.8267
Yxy35.28300.31930.4133
Hunter Lab59.3995-22.052418.7950
CIE-Lab65.9684-23.605522.5136

#83ab77 color RGB value is (131,171,119).

#83ab77 hex color red value is 131, green value is 171 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #83ab77 hue: 0.29 , saturation: 0.24 and the lightness value of 83ab77 is 0.57.

The process color (four color CMYK) of #83ab77 color hex is 0.23, 0.00, 0.30, 0.33. Web safe color of #83ab77 is #999966. Color #83ab77 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101011 01110111
Octal 203 253 167
Decimal 131 171 119
Hex 83 AB 77

RGB Percentages of Color #83ab77

%31.12
%40.62
%28.27

CMYK Percentages of Color #83ab77

%23
%0
%30
%33

Triadic Colors of #83ab77

#83ab77 #7783ab #ab7783

Analogous Colors of #83ab77

#83ab77 #77ab85 #9dab77

Monochromatic Colors of #83ab77

#83ab77

Complementary Color

#83ab77 #9f77ab

#83ab77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ab77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ab77 Color CSS Codes

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

#83ab77 Text Font Color

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

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


#83ab77 Background Color

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

This div background color is #83ab77


#83ab77 Border Color

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

This div border color is #83ab77


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,171,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83ab77; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83ab77;
  -webkit-box-shadow: 1px 1px 3px 2px #83ab77;
  box-shadow:         1px 1px 3px 2px #83ab77; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,171,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ab77


Comments

No comments written yet.

Please login to write comment.