Color Hex Logo

#82feba Color Hex

#82FEBA
(130,254,186)
0 Favorites   0 Comments

Color spaces of #82feba

RGB 130254186
HSL0.410.980.75
HSV147°49°100°
CMYK 0.490.000.27   0.00
XYZ53.510779.174658.9163
Yxy79.17460.27930.4132
Hunter Lab88.9801-48.369223.0285
CIE-Lab91.3132-49.695822.0475

#82feba color RGB value is (130,254,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11111110 10111010
Octal 202 376 272
Decimal 130 254 186
Hex 82 FE BA

RGB Percentages of Color #82feba

%22.81
%44.56
%32.63

CMYK Percentages of Color #82feba

%49
%0
%27
%0

Triadic Colors of #82feba

#82feba #ba82fe #feba82

Analogous Colors of #82feba

#82feba #82fef8 #88fe82

Monochromatic Colors of #82feba

#82feba

Complementary Color

#82feba #fe82c6

#82feba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82feba Color Preview on White Background

Lorem ipsum dolor sit amet.

#82feba Color CSS Codes

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

#82feba Text Font Color

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

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


#82feba Background Color

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

This div background color is #82feba


#82feba Border Color

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

This div border color is #82feba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82feba

Related Colors


Comments

No comments written yet.

Please login to write comment.