Color Hex Logo

#83abba Color Hex

#83ABBA
(131,171,186)
0 Favorites   0 Comments

Color spaces of #83abba

RGB 131171186
HSL0.550.280.62
HSV196°30°73°
CMYK 0.300.080.00   0.27
XYZ32.785937.496351.9639
Yxy37.49630.26820.3067
Hunter Lab61.2342-11.5878-7.4501
CIE-Lab67.6477-9.8905-12.0744

#83abba color RGB value is (131,171,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101011 10111010
Octal 203 253 272
Decimal 131 171 186
Hex 83 AB BA

RGB Percentages of Color #83abba

%26.84
%35.04
%38.11

CMYK Percentages of Color #83abba

%30
%8
%0
%27

Triadic Colors of #83abba

#83abba #ba83ab #abba83

Analogous Colors of #83abba

#83abba #8390ba #83baae

Monochromatic Colors of #83abba

#83abba

Complementary Color

#83abba #ba9283

#83abba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83abba Color Preview on White Background

Lorem ipsum dolor sit amet.

#83abba Color CSS Codes

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

#83abba Text Font Color

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

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


#83abba Background Color

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

This div background color is #83abba


#83abba Border Color

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

This div border color is #83abba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83abba


Comments

No comments written yet.

Please login to write comment.