Color Hex Logo

#83aaaa Color Hex

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

Color spaces of #83aaaa

RGB 131170170
HSL0.500.190.59
HSV180°23°67°
CMYK 0.230.000.00   0.33
XYZ30.990536.477043.4376
Yxy36.47700.27940.3289
Hunter Lab60.3962-14.1014-0.3647
CIE-Lab66.8828-13.1148-4.3294

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

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

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

Base Numbers

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

RGB Percentages of Color #83aaaa

%27.81
%36.09
%36.09

CMYK Percentages of Color #83aaaa

%23
%0
%0
%33

Triadic Colors of #83aaaa

#83aaaa #aa83aa #aaaa83

Analogous Colors of #83aaaa

#83aaaa #8397aa #83aa97

Monochromatic Colors of #83aaaa

#83aaaa

Complementary Color

#83aaaa #aa8383

#83aaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83aaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#83aaaa Color CSS Codes

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

#83aaaa Text Font Color

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

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


#83aaaa Background Color

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

This div background color is #83aaaa


#83aaaa Border Color

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

This div border color is #83aaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83aaaa


Comments

No comments written yet.

Please login to write comment.