Color Hex Logo

#82de15 Color Hex

#82DE15
(130,222,21)
0 Favorites   0 Comments

Color spaces of #82de15

RGB 13022221
HSL0.240.830.48
HSV87°91°87°
CMYK 0.410.000.91   0.13
XYZ35.462657.04259.8507
Yxy57.04250.34650.5573
Hunter Lab75.5265-48.358745.1355
CIE-Lab80.2035-54.715976.0841

#82de15 color RGB value is (130,222,21).

#82de15 hex color red value is 130, green value is 222 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #82de15 hue: 0.24 , saturation: 0.83 and the lightness value of 82de15 is 0.48.

The process color (four color CMYK) of #82de15 color hex is 0.41, 0.00, 0.91, 0.13. Web safe color of #82de15 is #99cc00. Color #82de15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011110 00010101
Octal 202 336 25
Decimal 130 222 21
Hex 82 DE 15

RGB Percentages of Color #82de15

%34.85
%59.52
%5.63

CMYK Percentages of Color #82de15

%41
%0
%91
%13

Triadic Colors of #82de15

#82de15 #1582de #de1582

Analogous Colors of #82de15

#82de15 #1ede15 #ded615

Monochromatic Colors of #82de15

#82de15

Complementary Color

#82de15 #7115de

#82de15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82de15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82de15 Color CSS Codes

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

#82de15 Text Font Color

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

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


#82de15 Background Color

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

This div background color is #82de15


#82de15 Border Color

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

This div border color is #82de15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82de15


Comments

No comments written yet.

Please login to write comment.