Color Hex Logo

#83abaa Color Hex

#83ABAA
(131,171,170)
0 Favorites   0 Comments

Color spaces of #83abaa

RGB 131171170
HSL0.500.190.59
HSV179°23°67°
CMYK 0.230.000.01   0.33
XYZ31.178736.853443.5003
Yxy36.85340.27950.3304
Hunter Lab60.7070-14.56090.0100
CIE-Lab67.1669-13.6442-3.9104

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101011 10101010
Octal 203 253 252
Decimal 131 171 170
Hex 83 AB AA

RGB Percentages of Color #83abaa

%27.75
%36.23
%36.02

CMYK Percentages of Color #83abaa

%23
%0
%1
%33

Triadic Colors of #83abaa

#83abaa #aa83ab #abaa83

Analogous Colors of #83abaa

#83abaa #8398ab #83ab96

Monochromatic Colors of #83abaa

#83abaa

Complementary Color

#83abaa #ab8384

#83abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#83abaa Color CSS Codes

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

#83abaa Text Font Color

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

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


#83abaa Background Color

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

This div background color is #83abaa


#83abaa Border Color

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

This div border color is #83abaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,171,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 #83abaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83abaa


Comments

No comments written yet.

Please login to write comment.