Color Hex Logo

#82ffbc Color Hex

#82FFBC
(130,255,188)
0 Favorites   0 Comments

Color spaces of #82ffbc

RGB 130255188
HSL0.411.000.75
HSV148°49°100°
CMYK 0.490.000.26   0.00
XYZ54.043079.896760.1502
Yxy79.89670.27840.4116
Hunter Lab89.3850-48.500922.6712
CIE-Lab91.6385-49.733321.4784

#82ffbc color RGB value is (130,255,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11111111 10111100
Octal 202 377 274
Decimal 130 255 188
Hex 82 FF BC

RGB Percentages of Color #82ffbc

%22.69
%44.50
%32.81

CMYK Percentages of Color #82ffbc

%49
%0
%26
%0

Triadic Colors of #82ffbc

#82ffbc #bc82ff #ffbc82

Analogous Colors of #82ffbc

#82ffbc #82fffb #87ff82

Monochromatic Colors of #82ffbc

#82ffbc

Complementary Color

#82ffbc #ff82c5

#82ffbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ffbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ffbc Color CSS Codes

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

#82ffbc Text Font Color

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

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


#82ffbc Background Color

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

This div background color is #82ffbc


#82ffbc Border Color

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

This div border color is #82ffbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ffbc

Related Colors


Comments

No comments written yet.

Please login to write comment.