Color Hex Logo

#82efba Color Hex

#82EFBA
(130,239,186)
0 Favorites   0 Comments

Color spaces of #82efba

RGB 130239186
HSL0.420.770.72
HSV151°46°94°
CMYK 0.460.000.22   0.06
XYZ48.935370.024057.3912
Yxy70.02400.27750.3971
Hunter Lab83.6803-42.055917.9129
CIE-Lab87.0086-43.261016.0444

#82efba color RGB value is (130,239,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11101111 10111010
Octal 202 357 272
Decimal 130 239 186
Hex 82 EF BA

RGB Percentages of Color #82efba

%23.42
%43.06
%33.51

CMYK Percentages of Color #82efba

%46
%0
%22
%6

Triadic Colors of #82efba

#82efba #ba82ef #efba82

Analogous Colors of #82efba

#82efba #82eeef #82ef84

Monochromatic Colors of #82efba

#82efba

Complementary Color

#82efba #ef82b7

#82efba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82efba Color Preview on White Background

Lorem ipsum dolor sit amet.

#82efba Color CSS Codes

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

#82efba Text Font Color

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

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


#82efba Background Color

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

This div background color is #82efba


#82efba Border Color

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

This div border color is #82efba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82efba


Comments

No comments written yet.

Please login to write comment.