Color Hex Logo

#82febc Color Hex

#82FEBC
(130,254,188)
0 Favorites   0 Comments

Color spaces of #82febc

RGB 130254188
HSL0.410.980.75
HSV148°49°100°
CMYK 0.490.000.26   0.00
XYZ53.724879.260360.0441
Yxy79.26030.27830.4106
Hunter Lab89.0283-48.082222.3323
CIE-Lab91.3519-49.312821.0809

#82febc color RGB value is (130,254,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11111110 10111100
Octal 202 376 274
Decimal 130 254 188
Hex 82 FE BC

RGB Percentages of Color #82febc

%22.73
%44.41
%32.87

CMYK Percentages of Color #82febc

%49
%0
%26
%0

Triadic Colors of #82febc

#82febc #bc82fe #febc82

Analogous Colors of #82febc

#82febc #82fefa #86fe82

Monochromatic Colors of #82febc

#82febc

Complementary Color

#82febc #fe82c4

#82febc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82febc Color Preview on White Background

Lorem ipsum dolor sit amet.

#82febc Color CSS Codes

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

#82febc Text Font Color

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

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


#82febc Background Color

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

This div background color is #82febc


#82febc Border Color

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

This div border color is #82febc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82febc

Related Colors


Comments

No comments written yet.

Please login to write comment.