Color Hex Logo

#83bbac Color Hex

#83BBAC
(131,187,172)
0 Favorites   0 Comments

Color spaces of #83bbac

RGB 131187172
HSL0.460.290.62
HSV164°30°73°
CMYK 0.300.000.08   0.27
XYZ34.576843.344545.5737
Yxy43.34450.28000.3510
Hunter Lab65.8365-21.46725.0436
CIE-Lab71.7882-21.46531.7532

#83bbac color RGB value is (131,187,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10111011 10101100
Octal 203 273 254
Decimal 131 187 172
Hex 83 BB AC

RGB Percentages of Color #83bbac

%26.73
%38.16
%35.10

CMYK Percentages of Color #83bbac

%30
%0
%8
%27

Triadic Colors of #83bbac

#83bbac #ac83bb #bbac83

Analogous Colors of #83bbac

#83bbac #83aebb #83bb90

Monochromatic Colors of #83bbac

#83bbac

Complementary Color

#83bbac #bb8392

#83bbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83bbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#83bbac Color CSS Codes

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

#83bbac Text Font Color

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

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


#83bbac Background Color

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

This div background color is #83bbac


#83bbac Border Color

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

This div border color is #83bbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83bbac


Comments

No comments written yet.

Please login to write comment.