Color Hex Logo

#82ffbe Color Hex

#82FFBE
(130,255,190)
0 Favorites   0 Comments

Color spaces of #82ffbe

RGB 130255190
HSL0.411.000.75
HSV149°49°100°
CMYK 0.490.000.25   0.00
XYZ54.260279.983561.2938
Yxy79.98350.27750.4090
Hunter Lab89.4335-48.210921.9687
CIE-Lab91.6775-49.347120.5121

#82ffbe color RGB value is (130,255,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11111111 10111110
Octal 202 377 276
Decimal 130 255 190
Hex 82 FF BE

RGB Percentages of Color #82ffbe

%22.61
%44.35
%33.04

CMYK Percentages of Color #82ffbe

%49
%0
%25
%0

Triadic Colors of #82ffbe

#82ffbe #be82ff #ffbe82

Analogous Colors of #82ffbe

#82ffbe #82fffd #85ff82

Monochromatic Colors of #82ffbe

#82ffbe

Complementary Color

#82ffbe #ff82c3

#82ffbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ffbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ffbe Color CSS Codes

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

#82ffbe Text Font Color

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

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


#82ffbe Background Color

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

This div background color is #82ffbe


#82ffbe Border Color

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

This div border color is #82ffbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ffbe

Related Colors


Comments

No comments written yet.

Please login to write comment.