Color Hex Logo

#82bdba Color Hex

#82BDBA
(130,189,186)
0 Favorites   0 Comments

Color spaces of #82bdba

RGB 130189186
HSL0.490.310.63
HSV177°31°74°
CMYK 0.310.000.02   0.26
XYZ36.266444.686253.1682
Yxy44.68620.27040.3332
Hunter Lab66.8477-20.1433-0.3636
CIE-Lab72.6848-19.6084-4.5880

#82bdba color RGB value is (130,189,186).

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

The process color (four color CMYK) of #82bdba color hex is 0.31, 0.00, 0.02, 0.26. Web safe color of #82bdba is #99cccc. Color #82bdba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10111101 10111010
Octal 202 275 272
Decimal 130 189 186
Hex 82 BD BA

RGB Percentages of Color #82bdba

%25.74
%37.43
%36.83

CMYK Percentages of Color #82bdba

%31
%0
%2
%26

Triadic Colors of #82bdba

#82bdba #ba82bd #bdba82

Analogous Colors of #82bdba

#82bdba #82a3bd #82bd9d

Monochromatic Colors of #82bdba

#82bdba

Complementary Color

#82bdba #bd8285

#82bdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82bdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#82bdba Color CSS Codes

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

#82bdba Text Font Color

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

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


#82bdba Background Color

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

This div background color is #82bdba


#82bdba Border Color

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

This div border color is #82bdba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,189,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 #82bdba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82bdba


Comments

No comments written yet.

Please login to write comment.