Color Hex Logo

#82fd9b Color Hex

#82FD9B
(130,253,155)
0 Favorites   0 Comments

Color spaces of #82fd9b

RGB 130253155
HSL0.370.970.75
HSV132°49°99°
CMYK 0.490.000.39   0.01
XYZ50.247677.362943.2946
Yxy77.36290.29400.4527
Hunter Lab87.9562-51.949932.3851
CIE-Lab90.4884-54.709236.5316

#82fd9b color RGB value is (130,253,155).

#82fd9b hex color red value is 130, green value is 253 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #82fd9b hue: 0.37 , saturation: 0.97 and the lightness value of 82fd9b is 0.75.

The process color (four color CMYK) of #82fd9b color hex is 0.49, 0.00, 0.39, 0.01. Web safe color of #82fd9b is #99ff99. Color #82fd9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11111101 10011011
Octal 202 375 233
Decimal 130 253 155
Hex 82 FD 9B

RGB Percentages of Color #82fd9b

%24.16
%47.03
%28.81

CMYK Percentages of Color #82fd9b

%49
%0
%39
%1

Triadic Colors of #82fd9b

#82fd9b #9b82fd #fd9b82

Analogous Colors of #82fd9b

#82fd9b #82fdd9 #a7fd82

Monochromatic Colors of #82fd9b

#82fd9b

Complementary Color

#82fd9b #fd82e4

#82fd9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82fd9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#82fd9b Color CSS Codes

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

#82fd9b Text Font Color

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

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


#82fd9b Background Color

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

This div background color is #82fd9b


#82fd9b Border Color

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

This div border color is #82fd9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82fd9b


Comments

No comments written yet.

Please login to write comment.