Color Hex Logo

#82ccbd Color Hex

#82CCBD
(130,204,189)
0 Favorites   0 Comments

Color spaces of #82ccbd

RGB 130204189
HSL0.470.420.65
HSV168°36°80°
CMYK 0.360.000.07   0.20
XYZ39.984151.605755.9976
Yxy51.60570.27090.3497
Hunter Lab71.8371-26.36294.0689
CIE-Lab77.0445-26.40900.1832

#82ccbd color RGB value is (130,204,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001100 10111101
Octal 202 314 275
Decimal 130 204 189
Hex 82 CC BD

RGB Percentages of Color #82ccbd

%24.86
%39.01
%36.14

CMYK Percentages of Color #82ccbd

%36
%0
%7
%20

Triadic Colors of #82ccbd

#82ccbd #bd82cc #ccbd82

Analogous Colors of #82ccbd

#82ccbd #82b6cc #82cc98

Monochromatic Colors of #82ccbd

#82ccbd

Complementary Color

#82ccbd #cc8291

#82ccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ccbd Color CSS Codes

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

#82ccbd Text Font Color

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

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


#82ccbd Background Color

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

This div background color is #82ccbd


#82ccbd Border Color

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

This div border color is #82ccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ccbd


Comments

No comments written yet.

Please login to write comment.