Color Hex Logo

#82efbe Color Hex

#82EFBE
(130,239,190)
0 Favorites   0 Comments

Color spaces of #82efbe

RGB 130239190
HSL0.430.770.72
HSV153°46°94°
CMYK 0.460.000.21   0.06
XYZ49.366770.196559.6626
Yxy70.19650.27540.3917
Hunter Lab83.7834-41.445416.4276
CIE-Lab87.0931-42.451114.0863

#82efbe color RGB value is (130,239,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11101111 10111110
Octal 202 357 276
Decimal 130 239 190
Hex 82 EF BE

RGB Percentages of Color #82efbe

%23.26
%42.75
%33.99

CMYK Percentages of Color #82efbe

%46
%0
%21
%6

Triadic Colors of #82efbe

#82efbe #be82ef #efbe82

Analogous Colors of #82efbe

#82efbe #82eaef #82ef88

Monochromatic Colors of #82efbe

#82efbe

Complementary Color

#82efbe #ef82b3

#82efbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82efbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#82efbe Color CSS Codes

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

#82efbe Text Font Color

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

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


#82efbe Background Color

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

This div background color is #82efbe


#82efbe Border Color

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

This div border color is #82efbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82efbe


Comments

No comments written yet.

Please login to write comment.