Color Hex Logo

#82ca86 Color Hex

#82CA86
(130,202,134)
0 Favorites   0 Comments

Color spaces of #82ca86

RGB 130202134
HSL0.340.400.65
HSV123°36°79°
CMYK 0.360.000.34   0.21
XYZ34.629548.708130.1307
Yxy48.70810.30520.4293
Hunter Lab69.7912-33.565223.2568
CIE-Lab75.2694-36.289227.0304

#82ca86 color RGB value is (130,202,134).

#82ca86 hex color red value is 130, green value is 202 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #82ca86 hue: 0.34 , saturation: 0.40 and the lightness value of 82ca86 is 0.65.

The process color (four color CMYK) of #82ca86 color hex is 0.36, 0.00, 0.34, 0.21. Web safe color of #82ca86 is #99cc99. Color #82ca86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001010 10000110
Octal 202 312 206
Decimal 130 202 134
Hex 82 CA 86

RGB Percentages of Color #82ca86

%27.90
%43.35
%28.76

CMYK Percentages of Color #82ca86

%36
%0
%34
%21

Triadic Colors of #82ca86

#82ca86 #8682ca #ca8682

Analogous Colors of #82ca86

#82ca86 #82caaa #a2ca82

Monochromatic Colors of #82ca86

#82ca86

Complementary Color

#82ca86 #ca82c6

#82ca86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ca86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ca86 Color CSS Codes

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

#82ca86 Text Font Color

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

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


#82ca86 Background Color

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

This div background color is #82ca86


#82ca86 Border Color

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

This div border color is #82ca86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ca86


Comments

No comments written yet.

Please login to write comment.