Color Hex Logo

#83a3ab Color Hex

#83A3AB
(131,163,171)
0 Favorites   0 Comments

Color spaces of #83a3ab

RGB 131163171
HSL0.530.190.59
HSV192°23°67°
CMYK 0.230.050.00   0.33
XYZ29.808033.960043.5120
Yxy33.96000.27790.3166
Hunter Lab58.2752-10.6782-3.4771
CIE-Lab64.9308-9.1351-7.7789

#83a3ab color RGB value is (131,163,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10100011 10101011
Octal 203 243 253
Decimal 131 163 171
Hex 83 A3 AB

RGB Percentages of Color #83a3ab

%28.17
%35.05
%36.77

CMYK Percentages of Color #83a3ab

%23
%5
%0
%33

Triadic Colors of #83a3ab

#83a3ab #ab83a3 #a3ab83

Analogous Colors of #83a3ab

#83a3ab #838fab #83ab9f

Monochromatic Colors of #83a3ab

#83a3ab

Complementary Color

#83a3ab #ab8b83

#83a3ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83a3ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#83a3ab Color CSS Codes

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

#83a3ab Text Font Color

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

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


#83a3ab Background Color

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

This div background color is #83a3ab


#83a3ab Border Color

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

This div border color is #83a3ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83a3ab


Comments

No comments written yet.

Please login to write comment.