Color Hex Logo

#83a1ab Color Hex

#83A1AB
(131,161,171)
0 Favorites   0 Comments

Color spaces of #83a1ab

RGB 131161171
HSL0.540.190.59
HSV195°23°67°
CMYK 0.230.060.00   0.33
XYZ29.455633.255343.3945
Yxy33.25530.27760.3134
Hunter Lab57.6674-9.7430-4.2483
CIE-Lab64.3671-8.0493-8.6181

#83a1ab color RGB value is (131,161,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10100001 10101011
Octal 203 241 253
Decimal 131 161 171
Hex 83 A1 AB

RGB Percentages of Color #83a1ab

%28.29
%34.77
%36.93

CMYK Percentages of Color #83a1ab

%23
%6
%0
%33

Triadic Colors of #83a1ab

#83a1ab #ab83a1 #a1ab83

Analogous Colors of #83a1ab

#83a1ab #838dab #83aba1

Monochromatic Colors of #83a1ab

#83a1ab

Complementary Color

#83a1ab #ab8d83

#83a1ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83a1ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#83a1ab Color CSS Codes

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

#83a1ab Text Font Color

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

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


#83a1ab Background Color

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

This div background color is #83a1ab


#83a1ab Border Color

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

This div border color is #83a1ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83a1ab

#83a1ab Color Palettes


Comments

No comments written yet.

Please login to write comment.