Color Hex Logo

#82bc8f Color Hex

#82BC8F
(130,188,143)
0 Favorites   0 Comments

Color spaces of #82bc8f

RGB 130188143
HSL0.370.300.62
HSV133°31°74°
CMYK 0.310.000.24   0.26
XYZ32.147142.695432.5333
Yxy42.69540.29940.3976
Hunter Lab65.3417-26.528816.2190
CIE-Lab71.3477-28.131316.8930

#82bc8f color RGB value is (130,188,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10111100 10001111
Octal 202 274 217
Decimal 130 188 143
Hex 82 BC 8F

RGB Percentages of Color #82bc8f

%28.20
%40.78
%31.02

CMYK Percentages of Color #82bc8f

%31
%0
%24
%26

Triadic Colors of #82bc8f

#82bc8f #8f82bc #bc8f82

Analogous Colors of #82bc8f

#82bc8f #82bcac #92bc82

Monochromatic Colors of #82bc8f

#82bc8f

Complementary Color

#82bc8f #bc82af

#82bc8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82bc8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#82bc8f Color CSS Codes

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

#82bc8f Text Font Color

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

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


#82bc8f Background Color

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

This div background color is #82bc8f


#82bc8f Border Color

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

This div border color is #82bc8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82bc8f


Comments

No comments written yet.

Please login to write comment.