Color Hex Logo

#82be8a Color Hex

#82BE8A
(130,190,138)
0 Favorites   0 Comments

Color spaces of #82be8a

RGB 130190138
HSL0.360.320.63
HSV128°32°75°
CMYK 0.320.000.27   0.25
XYZ32.206843.407730.7258
Yxy43.40770.30290.4082
Hunter Lab65.8845-28.040518.4688
CIE-Lab71.8308-29.997920.2494

#82be8a color RGB value is (130,190,138).

#82be8a hex color red value is 130, green value is 190 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #82be8a hue: 0.36 , saturation: 0.32 and the lightness value of 82be8a is 0.63.

The process color (four color CMYK) of #82be8a color hex is 0.32, 0.00, 0.27, 0.25. Web safe color of #82be8a is #99cc99. Color #82be8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10111110 10001010
Octal 202 276 212
Decimal 130 190 138
Hex 82 BE 8A

RGB Percentages of Color #82be8a

%28.38
%41.48
%30.13

CMYK Percentages of Color #82be8a

%32
%0
%27
%25

Triadic Colors of #82be8a

#82be8a #8a82be #be8a82

Analogous Colors of #82be8a

#82be8a #82bea8 #98be82

Monochromatic Colors of #82be8a

#82be8a

Complementary Color

#82be8a #be82b6

#82be8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82be8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#82be8a Color CSS Codes

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

#82be8a Text Font Color

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

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


#82be8a Background Color

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

This div background color is #82be8a


#82be8a Border Color

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

This div border color is #82be8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82be8a


Comments

No comments written yet.

Please login to write comment.