Color Hex Logo

#82dbac Color Hex

#82DBAC
(130,219,172)
0 Favorites   0 Comments

Color spaces of #82dbac

RGB 130219172
HSL0.410.550.68
HSV148°41°86°
CMYK 0.410.000.21   0.14
XYZ41.983858.387448.0868
Yxy58.38740.28280.3933
Hunter Lab76.4116-35.644916.1762
CIE-Lab80.9537-37.114814.8550

#82dbac color RGB value is (130,219,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011011 10101100
Octal 202 333 254
Decimal 130 219 172
Hex 82 DB AC

RGB Percentages of Color #82dbac

%24.95
%42.03
%33.01

CMYK Percentages of Color #82dbac

%41
%0
%21
%14

Triadic Colors of #82dbac

#82dbac #ac82db #dbac82

Analogous Colors of #82dbac

#82dbac #82dbd9 #85db82

Monochromatic Colors of #82dbac

#82dbac

Complementary Color

#82dbac #db82b1

#82dbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82dbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#82dbac Color CSS Codes

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

#82dbac Text Font Color

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

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


#82dbac Background Color

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

This div background color is #82dbac


#82dbac Border Color

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

This div border color is #82dbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82dbac


Comments

No comments written yet.

Please login to write comment.