Color Hex Logo

#82adbd Color Hex

#82ADBD
(130,173,189)
0 Favorites   0 Comments

Color spaces of #82adbd

RGB 130173189
HSL0.550.310.63
HSV196°31°74°
CMYK 0.310.080.00   0.26
XYZ33.334838.307153.7812
Yxy38.30710.26580.3054
Hunter Lab61.8927-12.1740-8.1947
CIE-Lab68.2463-10.5247-12.8434

#82adbd color RGB value is (130,173,189).

#82adbd hex color red value is 130, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #82adbd hue: 0.55 , saturation: 0.31 and the lightness value of 82adbd is 0.63.

The process color (four color CMYK) of #82adbd color hex is 0.31, 0.08, 0.00, 0.26. Web safe color of #82adbd is #9999cc. Color #82adbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101101 10111101
Octal 202 255 275
Decimal 130 173 189
Hex 82 AD BD

RGB Percentages of Color #82adbd

%26.42
%35.16
%38.41

CMYK Percentages of Color #82adbd

%31
%8
%0
%26

Triadic Colors of #82adbd

#82adbd #bd82ad #adbd82

Analogous Colors of #82adbd

#82adbd #8290bd #82bdb0

Monochromatic Colors of #82adbd

#82adbd

Complementary Color

#82adbd #bd9282

#82adbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82adbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#82adbd Color CSS Codes

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

#82adbd Text Font Color

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

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


#82adbd Background Color

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

This div background color is #82adbd


#82adbd Border Color

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

This div border color is #82adbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82adbd


Comments

No comments written yet.

Please login to write comment.