Color Hex Logo

#83baa3 Color Hex

#83BAA3
(131,186,163)
0 Favorites   0 Comments

Color spaces of #83baa3

RGB 131186163
HSL0.430.280.62
HSV155°30°73°
CMYK 0.300.000.12   0.27
XYZ33.529842.587441.1033
Yxy42.58740.28600.3633
Hunter Lab65.2590-22.49088.3376
CIE-Lab71.2740-22.88895.9278

#83baa3 color RGB value is (131,186,163).

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

The process color (four color CMYK) of #83baa3 color hex is 0.30, 0.00, 0.12, 0.27. Web safe color of #83baa3 is #99cc99. Color #83baa3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10111010 10100011
Octal 203 272 243
Decimal 131 186 163
Hex 83 BA A3

RGB Percentages of Color #83baa3

%27.29
%38.75
%33.96

CMYK Percentages of Color #83baa3

%30
%0
%12
%27

Triadic Colors of #83baa3

#83baa3 #a383ba #baa383

Analogous Colors of #83baa3

#83baa3 #83b6ba #83ba88

Monochromatic Colors of #83baa3

#83baa3

Complementary Color

#83baa3 #ba839a

#83baa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83baa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#83baa3 Color CSS Codes

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

#83baa3 Text Font Color

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

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


#83baa3 Background Color

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

This div background color is #83baa3


#83baa3 Border Color

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

This div border color is #83baa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83baa3


Comments

No comments written yet.

Please login to write comment.