Color Hex Logo

#82ef2b Color Hex

#82EF2B
(130,239,43)
0 Favorites   0 Comments

Color spaces of #82ef2b

RGB 13023943
HSL0.260.860.55
HSV93°82°94°
CMYK 0.460.000.82   0.06
XYZ40.508566.653213.0158
Yxy66.65320.33710.5546
Hunter Lab81.6414-54.305147.6966
CIE-Lab85.3285-60.485376.1822

#82ef2b color RGB value is (130,239,43).

#82ef2b hex color red value is 130, green value is 239 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #82ef2b hue: 0.26 , saturation: 0.86 and the lightness value of 82ef2b is 0.55.

The process color (four color CMYK) of #82ef2b color hex is 0.46, 0.00, 0.82, 0.06. Web safe color of #82ef2b is #99ff33. Color #82ef2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11101111 00101011
Octal 202 357 53
Decimal 130 239 43
Hex 82 EF 2B

RGB Percentages of Color #82ef2b

%31.55
%58.01
%10.44

CMYK Percentages of Color #82ef2b

%46
%0
%82
%6

Triadic Colors of #82ef2b

#82ef2b #2b82ef #ef2b82

Analogous Colors of #82ef2b

#82ef2b #2bef36 #e4ef2b

Monochromatic Colors of #82ef2b

#82ef2b

Complementary Color

#82ef2b #982bef

#82ef2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ef2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ef2b Color CSS Codes

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

#82ef2b Text Font Color

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

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


#82ef2b Background Color

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

This div background color is #82ef2b


#82ef2b Border Color

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

This div border color is #82ef2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ef2b


Comments

No comments written yet.

Please login to write comment.