Color Hex Logo

#82d14b Color Hex

#82D14B
(130,209,75)
0 Favorites   0 Comments

Color spaces of #82d14b

RGB 13020975
HSL0.260.590.56
HSV95°64°82°
CMYK 0.380.000.64   0.18
XYZ33.276450.854814.7187
Yxy50.85480.33660.5145
Hunter Lab71.3126-41.504037.6815
CIE-Lab76.5910-46.698956.9957

#82d14b color RGB value is (130,209,75).

#82d14b hex color red value is 130, green value is 209 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #82d14b hue: 0.26 , saturation: 0.59 and the lightness value of 82d14b is 0.56.

The process color (four color CMYK) of #82d14b color hex is 0.38, 0.00, 0.64, 0.18. Web safe color of #82d14b is #99cc33. Color #82d14b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11010001 01001011
Octal 202 321 113
Decimal 130 209 75
Hex 82 D1 4B

RGB Percentages of Color #82d14b

%31.40
%50.48
%18.12

CMYK Percentages of Color #82d14b

%38
%0
%64
%18

Triadic Colors of #82d14b

#82d14b #4b82d1 #d14b82

Analogous Colors of #82d14b

#82d14b #4bd157 #c5d14b

Monochromatic Colors of #82d14b

#82d14b

Complementary Color

#82d14b #9a4bd1

#82d14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82d14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#82d14b Color CSS Codes

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

#82d14b Text Font Color

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

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


#82d14b Background Color

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

This div background color is #82d14b


#82d14b Border Color

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

This div border color is #82d14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82d14b


Comments

No comments written yet.

Please login to write comment.