Color Hex Logo

#83acab Color Hex

#83ACAB
(131,172,171)
0 Favorites   0 Comments

Color spaces of #83acab

RGB 131172171
HSL0.500.200.59
HSV179°24°67°
CMYK 0.240.000.01   0.33
XYZ31.463337.270644.0637
Yxy37.27060.27890.3304
Hunter Lab61.0497-14.8429-0.0589
CIE-Lab67.4796-13.9458-4.0045

#83acab color RGB value is (131,172,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101100 10101011
Octal 203 254 253
Decimal 131 172 171
Hex 83 AC AB

RGB Percentages of Color #83acab

%27.64
%36.29
%36.08

CMYK Percentages of Color #83acab

%24
%0
%1
%33

Triadic Colors of #83acab

#83acab #ab83ac #acab83

Analogous Colors of #83acab

#83acab #8399ac #83ac97

Monochromatic Colors of #83acab

#83acab

Complementary Color

#83acab #ac8384

#83acab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83acab Color Preview on White Background

Lorem ipsum dolor sit amet.

#83acab Color CSS Codes

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

#83acab Text Font Color

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

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


#83acab Background Color

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

This div background color is #83acab


#83acab Border Color

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

This div border color is #83acab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83acab


Comments

No comments written yet.

Please login to write comment.