Color Hex Logo

#83adab Color Hex

#83ADAB
(131,173,171)
0 Favorites   0 Comments

Color spaces of #83adab

RGB 131173171
HSL0.490.200.60
HSV177°24°68°
CMYK 0.240.000.01   0.32
XYZ31.654337.652744.1274
Yxy37.65270.27910.3319
Hunter Lab61.3618-15.30150.3158
CIE-Lab67.7639-14.4728-3.5856

#83adab color RGB value is (131,173,171).

#83adab hex color red value is 131, green value is 173 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #83adab hue: 0.49 , saturation: 0.20 and the lightness value of 83adab is 0.60.

The process color (four color CMYK) of #83adab color hex is 0.24, 0.00, 0.01, 0.32. Web safe color of #83adab is #999999. Color #83adab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101101 10101011
Octal 203 255 253
Decimal 131 173 171
Hex 83 AD AB

RGB Percentages of Color #83adab

%27.58
%36.42
%36.00

CMYK Percentages of Color #83adab

%24
%0
%1
%32

Triadic Colors of #83adab

#83adab #ab83ad #adab83

Analogous Colors of #83adab

#83adab #839aad #83ad96

Monochromatic Colors of #83adab

#83adab

Complementary Color

#83adab #ad8385

#83adab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83adab Color Preview on White Background

Lorem ipsum dolor sit amet.

#83adab Color CSS Codes

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

#83adab Text Font Color

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

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


#83adab Background Color

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

This div background color is #83adab


#83adab Border Color

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

This div border color is #83adab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83adab


Comments

No comments written yet.

Please login to write comment.