Color Hex Logo

#82bba1 Color Hex

#82BBA1
(130,187,161)
0 Favorites   0 Comments

Color spaces of #82bba1

RGB 130187161
HSL0.420.300.62
HSV153°30°73°
CMYK 0.300.000.14   0.27
XYZ33.409342.859740.2301
Yxy42.85970.28680.3679
Hunter Lab65.4673-23.47569.3930
CIE-Lab71.4596-24.11267.2787

#82bba1 color RGB value is (130,187,161).

#82bba1 hex color red value is 130, green value is 187 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #82bba1 hue: 0.42 , saturation: 0.30 and the lightness value of 82bba1 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10111011 10100001
Octal 202 273 241
Decimal 130 187 161
Hex 82 BB A1

RGB Percentages of Color #82bba1

%27.20
%39.12
%33.68

CMYK Percentages of Color #82bba1

%30
%0
%14
%27

Triadic Colors of #82bba1

#82bba1 #a182bb #bba182

Analogous Colors of #82bba1

#82bba1 #82b9bb #82bb85

Monochromatic Colors of #82bba1

#82bba1

Complementary Color

#82bba1 #bb829c

#82bba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82bba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82bba1 Color CSS Codes

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

#82bba1 Text Font Color

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

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


#82bba1 Background Color

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

This div background color is #82bba1


#82bba1 Border Color

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

This div border color is #82bba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82bba1


Comments

No comments written yet.

Please login to write comment.