Color Hex Logo

#82b530 Color Hex

#82B530
(130,181,48)
0 Favorites   0 Comments

Color spaces of #82b530

RGB 13018148
HSL0.230.580.45
HSV83°73°71°
CMYK 0.280.000.73   0.29
XYZ26.263338.00708.7482
Yxy38.00700.35970.5205
Hunter Lab61.6498-31.844834.7415
CIE-Lab68.0258-36.513258.5709

#82b530 color RGB value is (130,181,48).

#82b530 hex color red value is 130, green value is 181 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #82b530 hue: 0.23 , saturation: 0.58 and the lightness value of 82b530 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10110101 00110000
Octal 202 265 60
Decimal 130 181 48
Hex 82 B5 30

RGB Percentages of Color #82b530

%36.21
%50.42
%13.37

CMYK Percentages of Color #82b530

%28
%0
%73
%29

Triadic Colors of #82b530

#82b530 #3082b5 #b53082

Analogous Colors of #82b530

#82b530 #40b530 #b5a630

Monochromatic Colors of #82b530

#82b530

Complementary Color

#82b530 #6330b5

#82b530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82b530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82b530 Color CSS Codes

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

#82b530 Text Font Color

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

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


#82b530 Background Color

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

This div background color is #82b530


#82b530 Border Color

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

This div border color is #82b530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82b530


Comments

No comments written yet.

Please login to write comment.