Color Hex Logo

#82dabb Color Hex

#82DABB
(130,218,187)
0 Favorites   0 Comments

Color spaces of #82dabb

RGB 130218187
HSL0.440.540.68
HSV159°40°85°
CMYK 0.400.000.14   0.15
XYZ43.247058.476556.0214
Yxy58.47650.27420.3707
Hunter Lab76.4699-32.873010.0935
CIE-Lab81.0030-33.54596.9855

#82dabb color RGB value is (130,218,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011010 10111011
Octal 202 332 273
Decimal 130 218 187
Hex 82 DA BB

RGB Percentages of Color #82dabb

%24.30
%40.75
%34.95

CMYK Percentages of Color #82dabb

%40
%0
%14
%15

Triadic Colors of #82dabb

#82dabb #bb82da #dabb82

Analogous Colors of #82dabb

#82dabb #82cdda #82da8f

Monochromatic Colors of #82dabb

#82dabb

Complementary Color

#82dabb #da82a1

#82dabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82dabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#82dabb Color CSS Codes

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

#82dabb Text Font Color

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

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


#82dabb Background Color

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

This div background color is #82dabb


#82dabb Border Color

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

This div border color is #82dabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82dabb


Comments

No comments written yet.

Please login to write comment.