Color Hex Logo

#82b737 Color Hex

#82B737
(130,183,55)
0 Favorites   0 Comments

Color spaces of #82b737

RGB 13018355
HSL0.240.540.47
HSV85°70°72°
CMYK 0.290.000.70   0.28
XYZ26.829038.88869.7067
Yxy38.88860.35570.5156
Hunter Lab62.3607-32.336534.4238
CIE-Lab68.6705-36.970556.6392

#82b737 color RGB value is (130,183,55).

#82b737 hex color red value is 130, green value is 183 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #82b737 hue: 0.24 , saturation: 0.54 and the lightness value of 82b737 is 0.47.

The process color (four color CMYK) of #82b737 color hex is 0.29, 0.00, 0.70, 0.28. Web safe color of #82b737 is #99cc33. Color #82b737 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10110111 00110111
Octal 202 267 67
Decimal 130 183 55
Hex 82 B7 37

RGB Percentages of Color #82b737

%35.33
%49.73
%14.95

CMYK Percentages of Color #82b737

%29
%0
%70
%28

Triadic Colors of #82b737

#82b737 #3782b7 #b73782

Analogous Colors of #82b737

#82b737 #42b737 #b7ac37

Monochromatic Colors of #82b737

#82b737

Complementary Color

#82b737 #6c37b7

#82b737 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82b737 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82b737 Color CSS Codes

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

#82b737 Text Font Color

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

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


#82b737 Background Color

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

This div background color is #82b737


#82b737 Border Color

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

This div border color is #82b737


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82b737


Comments

No comments written yet.

Please login to write comment.