Color Hex Logo

#83abac Color Hex

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

Color spaces of #83abac

RGB 131171172
HSL0.500.200.59
HSV181°24°67°
CMYK 0.240.010.00   0.33
XYZ31.369436.929744.5045
Yxy36.92970.27810.3274
Hunter Lab60.7698-14.2054-0.8819
CIE-Lab67.2243-13.1898-4.9363

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

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

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

Base Numbers

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

RGB Percentages of Color #83abac

%27.64
%36.08
%36.29

CMYK Percentages of Color #83abac

%24
%1
%0
%33

Triadic Colors of #83abac

#83abac #ac83ab #abac83

Analogous Colors of #83abac

#83abac #8397ac #83ac99

Monochromatic Colors of #83abac

#83abac

Complementary Color

#83abac #ac8483

#83abac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83abac Color Preview on White Background

Lorem ipsum dolor sit amet.

#83abac Color CSS Codes

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

#83abac Text Font Color

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

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


#83abac Background Color

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

This div background color is #83abac


#83abac Border Color

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

This div border color is #83abac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83abac


Comments

No comments written yet.

Please login to write comment.