Color Hex Logo

#82dbba Color Hex

#82DBBA
(130,219,186)
0 Favorites   0 Comments

Color spaces of #82dbba

RGB 130219186
HSL0.440.550.68
HSV158°41°86°
CMYK 0.410.000.15   0.14
XYZ43.400458.954055.5462
Yxy58.95400.27490.3734
Hunter Lab76.7815-33.471310.8548
CIE-Lab81.2663-34.22677.8939

#82dbba color RGB value is (130,219,186).

#82dbba hex color red value is 130, green value is 219 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #82dbba hue: 0.44 , saturation: 0.55 and the lightness value of 82dbba is 0.68.

The process color (four color CMYK) of #82dbba color hex is 0.41, 0.00, 0.15, 0.14. Web safe color of #82dbba is #99cccc. Color #82dbba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011011 10111010
Octal 202 333 272
Decimal 130 219 186
Hex 82 DB BA

RGB Percentages of Color #82dbba

%24.30
%40.93
%34.77

CMYK Percentages of Color #82dbba

%41
%0
%15
%14

Triadic Colors of #82dbba

#82dbba #ba82db #dbba82

Analogous Colors of #82dbba

#82dbba #82d0db #82db8e

Monochromatic Colors of #82dbba

#82dbba

Complementary Color

#82dbba #db82a3

#82dbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82dbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#82dbba Color CSS Codes

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

#82dbba Text Font Color

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

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


#82dbba Background Color

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

This div background color is #82dbba


#82dbba Border Color

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

This div border color is #82dbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82dbba


Comments

No comments written yet.

Please login to write comment.