Color Hex Logo

#83adad Color Hex

#83ADAD
(131,173,173)
0 Favorites   0 Comments

Color spaces of #83adad

RGB 131173173
HSL0.500.200.60
HSV180°24°68°
CMYK 0.240.000.00   0.32
XYZ31.846537.729645.1392
Yxy37.72960.27760.3289
Hunter Lab61.4244-14.9465-0.5736
CIE-Lab67.8208-14.0184-4.6100

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101101 10101101
Octal 203 255 255
Decimal 131 173 173
Hex 83 AD AD

RGB Percentages of Color #83adad

%27.46
%36.27
%36.27

CMYK Percentages of Color #83adad

%24
%0
%0
%32

Triadic Colors of #83adad

#83adad #ad83ad #adad83

Analogous Colors of #83adad

#83adad #8398ad #83ad98

Monochromatic Colors of #83adad

#83adad

Complementary Color

#83adad #ad8383

#83adad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83adad Color Preview on White Background

Lorem ipsum dolor sit amet.

#83adad Color CSS Codes

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

#83adad Text Font Color

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

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


#83adad Background Color

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

This div background color is #83adad


#83adad Border Color

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

This div border color is #83adad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83adad


Comments

No comments written yet.

Please login to write comment.