Color Hex Logo

#82c28f Color Hex

#82C28F
(130,194,143)
0 Favorites   0 Comments

Color spaces of #82c28f

RGB 130194143
HSL0.370.340.64
HSV132°33°76°
CMYK 0.330.000.26   0.24
XYZ33.455645.312632.9695
Yxy45.31260.29940.4055
Hunter Lab67.3146-29.085518.0811
CIE-Lab73.0973-31.008419.3145

#82c28f color RGB value is (130,194,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11000010 10001111
Octal 202 302 217
Decimal 130 194 143
Hex 82 C2 8F

RGB Percentages of Color #82c28f

%27.84
%41.54
%30.62

CMYK Percentages of Color #82c28f

%33
%0
%26
%24

Triadic Colors of #82c28f

#82c28f #8f82c2 #c28f82

Analogous Colors of #82c28f

#82c28f #82c2af #95c282

Monochromatic Colors of #82c28f

#82c28f

Complementary Color

#82c28f #c282b5

#82c28f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82c28f Color Preview on White Background

Lorem ipsum dolor sit amet.

#82c28f Color CSS Codes

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

#82c28f Text Font Color

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

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


#82c28f Background Color

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

This div background color is #82c28f


#82c28f Border Color

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

This div border color is #82c28f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82c28f


Comments

No comments written yet.

Please login to write comment.