Color Hex Logo

#82adba Color Hex

#82ADBA
(130,173,186)
0 Favorites   0 Comments

Color spaces of #82adba

RGB 130173186
HSL0.540.290.62
HSV194°30°73°
CMYK 0.300.070.00   0.27
XYZ33.012438.178152.0836
Yxy38.17810.26780.3097
Hunter Lab61.7884-12.7605-6.7257
CIE-Lab68.1517-11.2571-11.3254

#82adba color RGB value is (130,173,186).

#82adba hex color red value is 130, green value is 173 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #82adba hue: 0.54 , saturation: 0.29 and the lightness value of 82adba is 0.62.

The process color (four color CMYK) of #82adba color hex is 0.30, 0.07, 0.00, 0.27. Web safe color of #82adba is #9999cc. Color #82adba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101101 10111010
Octal 202 255 272
Decimal 130 173 186
Hex 82 AD BA

RGB Percentages of Color #82adba

%26.58
%35.38
%38.04

CMYK Percentages of Color #82adba

%30
%7
%0
%27

Triadic Colors of #82adba

#82adba #ba82ad #adba82

Analogous Colors of #82adba

#82adba #8291ba #82baab

Monochromatic Colors of #82adba

#82adba

Complementary Color

#82adba #ba8f82

#82adba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82adba Color Preview on White Background

Lorem ipsum dolor sit amet.

#82adba Color CSS Codes

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

#82adba Text Font Color

<p style="color:#82adba">Text here</p>

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


#82adba Background Color

<div style="background-color:#82adba">
Div content here</div>

This div background color is #82adba


#82adba Border Color

<div style="border:3px solid #82adba">
Div here</div>

This div border color is #82adba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,173,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82adba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82adba;
  -webkit-box-shadow: 1px 1px 3px 2px #82adba;
  box-shadow:         1px 1px 3px 2px #82adba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82adba


Comments

No comments written yet.

Please login to write comment.