Color Hex Logo

#82efab Color Hex

#82EFAB
(130,239,171)
0 Favorites   0 Comments

Color spaces of #82efab

RGB 130239171
HSL0.400.770.72
HSV143°46°94°
CMYK 0.460.000.28   0.06
XYZ47.423169.419149.4278
Yxy69.41910.28520.4175
Hunter Lab83.3181-44.207923.1494
CIE-Lab86.7112-46.149923.3788

#82efab color RGB value is (130,239,171).

#82efab hex color red value is 130, green value is 239 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #82efab hue: 0.40 , saturation: 0.77 and the lightness value of 82efab is 0.72.

The process color (four color CMYK) of #82efab color hex is 0.46, 0.00, 0.28, 0.06. Web safe color of #82efab is #99ff99. Color #82efab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11101111 10101011
Octal 202 357 253
Decimal 130 239 171
Hex 82 EF AB

RGB Percentages of Color #82efab

%24.07
%44.26
%31.67

CMYK Percentages of Color #82efab

%46
%0
%28
%6

Triadic Colors of #82efab

#82efab #ab82ef #efab82

Analogous Colors of #82efab

#82efab #82efe2 #90ef82

Monochromatic Colors of #82efab

#82efab

Complementary Color

#82efab #ef82c6

#82efab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82efab Color Preview on White Background

Lorem ipsum dolor sit amet.

#82efab Color CSS Codes

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

#82efab Text Font Color

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

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


#82efab Background Color

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

This div background color is #82efab


#82efab Border Color

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

This div border color is #82efab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82efab


Comments

No comments written yet.

Please login to write comment.