Color Hex Logo

#82ccbc Color Hex

#82CCBC
(130,204,188)
0 Favorites   0 Comments

Color spaces of #82ccbc

RGB 130204188
HSL0.460.420.65
HSV167°36°80°
CMYK 0.360.000.08   0.20
XYZ39.875951.562455.4278
Yxy51.56240.27150.3511
Hunter Lab71.8070-26.53744.4989
CIE-Lab77.0184-26.63500.6836

#82ccbc color RGB value is (130,204,188).

#82ccbc hex color red value is 130, green value is 204 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #82ccbc hue: 0.46 , saturation: 0.42 and the lightness value of 82ccbc is 0.65.

The process color (four color CMYK) of #82ccbc color hex is 0.36, 0.00, 0.08, 0.20. Web safe color of #82ccbc is #99cccc. Color #82ccbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001100 10111100
Octal 202 314 274
Decimal 130 204 188
Hex 82 CC BC

RGB Percentages of Color #82ccbc

%24.90
%39.08
%36.02

CMYK Percentages of Color #82ccbc

%36
%0
%8
%20

Triadic Colors of #82ccbc

#82ccbc #bc82cc #ccbc82

Analogous Colors of #82ccbc

#82ccbc #82b7cc #82cc97

Monochromatic Colors of #82ccbc

#82ccbc

Complementary Color

#82ccbc #cc8292

#82ccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ccbc Color CSS Codes

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

#82ccbc Text Font Color

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

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


#82ccbc Background Color

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

This div background color is #82ccbc


#82ccbc Border Color

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

This div border color is #82ccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ccbc


Comments

No comments written yet.

Please login to write comment.