Color Hex Logo

#82ffba Color Hex

#82FFBA
(130,255,186)
0 Favorites   0 Comments

Color spaces of #82ffba

RGB 130255186
HSL0.411.000.75
HSV147°49°100°
CMYK 0.490.000.27   0.00
XYZ53.828879.811059.0224
Yxy79.81100.27940.4143
Hunter Lab89.3370-48.787023.3647
CIE-Lab91.6000-50.115422.4442

#82ffba color RGB value is (130,255,186).

#82ffba hex color red value is 130, green value is 255 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #82ffba hue: 0.41 , saturation: 1.00 and the lightness value of 82ffba is 0.75.

The process color (four color CMYK) of #82ffba color hex is 0.49, 0.00, 0.27, 0.00. Web safe color of #82ffba is #99ffcc. Color #82ffba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11111111 10111010
Octal 202 377 272
Decimal 130 255 186
Hex 82 FF BA

RGB Percentages of Color #82ffba

%22.77
%44.66
%32.57

CMYK Percentages of Color #82ffba

%49
%0
%27
%0

Triadic Colors of #82ffba

#82ffba #ba82ff #ffba82

Analogous Colors of #82ffba

#82ffba #82fff9 #89ff82

Monochromatic Colors of #82ffba

#82ffba

Complementary Color

#82ffba #ff82c7

#82ffba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ffba Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ffba Color CSS Codes

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

#82ffba Text Font Color

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

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


#82ffba Background Color

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

This div background color is #82ffba


#82ffba Border Color

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

This div border color is #82ffba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,255,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 #82ffba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ffba

Related Colors


Comments

No comments written yet.

Please login to write comment.