Color Hex Logo

#83bcab Color Hex

#83BCAB
(131,188,171)
0 Favorites   0 Comments

Color spaces of #83bcab

RGB 131188171
HSL0.450.300.63
HSV162°30°74°
CMYK 0.300.000.09   0.26
XYZ34.694043.732045.1406
Yxy43.73200.28080.3539
Hunter Lab66.1302-22.08105.8196
CIE-Lab72.0490-22.18672.6784

#83bcab color RGB value is (131,188,171).

#83bcab hex color red value is 131, green value is 188 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #83bcab hue: 0.45 , saturation: 0.30 and the lightness value of 83bcab is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10111100 10101011
Octal 203 274 253
Decimal 131 188 171
Hex 83 BC AB

RGB Percentages of Color #83bcab

%26.73
%38.37
%34.90

CMYK Percentages of Color #83bcab

%30
%0
%9
%26

Triadic Colors of #83bcab

#83bcab #ab83bc #bcab83

Analogous Colors of #83bcab

#83bcab #83b1bc #83bc8f

Monochromatic Colors of #83bcab

#83bcab

Complementary Color

#83bcab #bc8394

#83bcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83bcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#83bcab Color CSS Codes

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

#83bcab Text Font Color

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

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


#83bcab Background Color

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

This div background color is #83bcab


#83bcab Border Color

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

This div border color is #83bcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83bcab


Comments

No comments written yet.

Please login to write comment.