Color Hex Logo

#83aaba Color Hex

#83AABA
(131,170,186)
0 Favorites   0 Comments

Color spaces of #83aaba

RGB 131170186
HSL0.550.280.62
HSV197°30°73°
CMYK 0.300.090.00   0.27
XYZ32.597737.119951.9012
Yxy37.11990.26800.3052
Hunter Lab60.9261-11.1166-7.8592
CIE-Lab67.3669-9.3523-12.4957

#83aaba color RGB value is (131,170,186).

#83aaba hex color red value is 131, green value is 170 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #83aaba hue: 0.55 , saturation: 0.28 and the lightness value of 83aaba is 0.62.

The process color (four color CMYK) of #83aaba color hex is 0.30, 0.09, 0.00, 0.27. Web safe color of #83aaba is #9999cc. Color #83aaba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101010 10111010
Octal 203 252 272
Decimal 131 170 186
Hex 83 AA BA

RGB Percentages of Color #83aaba

%26.90
%34.91
%38.19

CMYK Percentages of Color #83aaba

%30
%9
%0
%27

Triadic Colors of #83aaba

#83aaba #ba83aa #aaba83

Analogous Colors of #83aaba

#83aaba #838fba #83baaf

Monochromatic Colors of #83aaba

#83aaba

Complementary Color

#83aaba #ba9383

#83aaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83aaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#83aaba Color CSS Codes

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

#83aaba Text Font Color

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

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


#83aaba Background Color

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

This div background color is #83aaba


#83aaba Border Color

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

This div border color is #83aaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83aaba


Comments

No comments written yet.

Please login to write comment.