Color Hex Logo

#83acba Color Hex

#83ACBA
(131,172,186)
0 Favorites   0 Comments

Color spaces of #83acba

RGB 131172186
HSL0.540.280.62
HSV195°30°73°
CMYK 0.300.080.00   0.27
XYZ32.975537.875552.0271
Yxy37.87550.26840.3082
Hunter Lab61.5431-12.0580-7.0423
CIE-Lab67.9288-10.4272-11.6532

#83acba color RGB value is (131,172,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101100 10111010
Octal 203 254 272
Decimal 131 172 186
Hex 83 AC BA

RGB Percentages of Color #83acba

%26.79
%35.17
%38.04

CMYK Percentages of Color #83acba

%30
%8
%0
%27

Triadic Colors of #83acba

#83acba #ba83ac #acba83

Analogous Colors of #83acba

#83acba #8391ba #83baad

Monochromatic Colors of #83acba

#83acba

Complementary Color

#83acba #ba9183

#83acba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83acba Color Preview on White Background

Lorem ipsum dolor sit amet.

#83acba Color CSS Codes

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

#83acba Text Font Color

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

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


#83acba Background Color

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

This div background color is #83acba


#83acba Border Color

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

This div border color is #83acba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83acba


Comments

No comments written yet.

Please login to write comment.