Color Hex Logo

#82adaf Color Hex

#82ADAF
(130,173,175)
0 Favorites   0 Comments

Color spaces of #82adaf

RGB 130173175
HSL0.510.220.60
HSV183°26°69°
CMYK 0.260.010.00   0.31
XYZ31.887437.728146.1591
Yxy37.72810.27540.3259
Hunter Lab61.4232-14.8237-1.5598
CIE-Lab67.8197-13.8650-5.7267

#82adaf color RGB value is (130,173,175).

#82adaf hex color red value is 130, green value is 173 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #82adaf hue: 0.51 , saturation: 0.22 and the lightness value of 82adaf is 0.60.

The process color (four color CMYK) of #82adaf color hex is 0.26, 0.01, 0.00, 0.31. Web safe color of #82adaf is #999999. Color #82adaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101101 10101111
Octal 202 255 257
Decimal 130 173 175
Hex 82 AD AF

RGB Percentages of Color #82adaf

%27.20
%36.19
%36.61

CMYK Percentages of Color #82adaf

%26
%1
%0
%31

Triadic Colors of #82adaf

#82adaf #af82ad #adaf82

Analogous Colors of #82adaf

#82adaf #8297af #82af9b

Monochromatic Colors of #82adaf

#82adaf

Complementary Color

#82adaf #af8482

#82adaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82adaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#82adaf Color CSS Codes

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

#82adaf Text Font Color

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

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


#82adaf Background Color

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

This div background color is #82adaf


#82adaf Border Color

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

This div border color is #82adaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82adaf


Comments

No comments written yet.

Please login to write comment.