Color Hex Logo

#83aa83 Color Hex

#83AA83
(131,170,131)
0 Favorites   0 Comments

Color spaces of #83aa83

RGB 131170131
HSL0.330.190.59
HSV120°23°67°
CMYK 0.230.000.23   0.33
XYZ27.831535.213426.8027
Yxy35.21340.30980.3919
Hunter Lab59.3409-20.128214.7589
CIE-Lab65.9145-21.055715.8881

#83aa83 color RGB value is (131,170,131).

#83aa83 hex color red value is 131, green value is 170 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #83aa83 hue: 0.33 , saturation: 0.19 and the lightness value of 83aa83 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101010 10000011
Octal 203 252 203
Decimal 131 170 131
Hex 83 AA 83

RGB Percentages of Color #83aa83

%30.32
%39.35
%30.32

CMYK Percentages of Color #83aa83

%23
%0
%23
%33

Triadic Colors of #83aa83

#83aa83 #8383aa #aa8383

Analogous Colors of #83aa83

#83aa83 #83aa97 #97aa83

Monochromatic Colors of #83aa83

#83aa83

Complementary Color

#83aa83 #aa83aa

#83aa83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83aa83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#83aa83 Color CSS Codes

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

#83aa83 Text Font Color

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

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


#83aa83 Background Color

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

This div background color is #83aa83


#83aa83 Border Color

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

This div border color is #83aa83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83aa83


Comments

No comments written yet.

Please login to write comment.