Color Hex Logo

#83aaad Color Hex

#83AAAD
(131,170,173)
0 Favorites   0 Comments

Color spaces of #83aaad

RGB 131170173
HSL0.510.200.60
HSV184°24°68°
CMYK 0.240.020.00   0.32
XYZ31.277636.591944.9496
Yxy36.59190.27720.3243
Hunter Lab60.4912-13.5645-1.7131
CIE-Lab66.9697-12.4301-5.8684

#83aaad color RGB value is (131,170,173).

#83aaad hex color red value is 131, green value is 170 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #83aaad hue: 0.51 , saturation: 0.20 and the lightness value of 83aaad is 0.60.

The process color (four color CMYK) of #83aaad color hex is 0.24, 0.02, 0.00, 0.32. Web safe color of #83aaad is #999999. Color #83aaad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101010 10101101
Octal 203 252 255
Decimal 131 170 173
Hex 83 AA AD

RGB Percentages of Color #83aaad

%27.64
%35.86
%36.50

CMYK Percentages of Color #83aaad

%24
%2
%0
%32

Triadic Colors of #83aaad

#83aaad #ad83aa #aaad83

Analogous Colors of #83aaad

#83aaad #8395ad #83ad9b

Monochromatic Colors of #83aaad

#83aaad

Complementary Color

#83aaad #ad8683

#83aaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83aaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#83aaad Color CSS Codes

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

#83aaad Text Font Color

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

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


#83aaad Background Color

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

This div background color is #83aaad


#83aaad Border Color

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

This div border color is #83aaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83aaad


Comments

No comments written yet.

Please login to write comment.