Color Hex Logo

#82d092 Color Hex

#82D092
(130,208,146)
0 Favorites   0 Comments

Color spaces of #82d092

RGB 130208146
HSL0.370.450.66
HSV132°38°82°
CMYK 0.380.000.30   0.18
XYZ36.950151.932935.2707
Yxy51.93290.29760.4183
Hunter Lab72.0645-34.589421.4267
CIE-Lab77.2407-36.981223.4037

#82d092 color RGB value is (130,208,146).

#82d092 hex color red value is 130, green value is 208 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #82d092 hue: 0.37 , saturation: 0.45 and the lightness value of 82d092 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11010000 10010010
Octal 202 320 222
Decimal 130 208 146
Hex 82 D0 92

RGB Percentages of Color #82d092

%26.86
%42.98
%30.17

CMYK Percentages of Color #82d092

%38
%0
%30
%18

Triadic Colors of #82d092

#82d092 #9282d0 #d09282

Analogous Colors of #82d092

#82d092 #82d0b9 #99d082

Monochromatic Colors of #82d092

#82d092

Complementary Color

#82d092 #d082c0

#82d092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82d092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82d092 Color CSS Codes

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

#82d092 Text Font Color

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

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


#82d092 Background Color

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

This div background color is #82d092


#82d092 Border Color

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

This div border color is #82d092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82d092


Comments

No comments written yet.

Please login to write comment.