Color Hex Logo

#82dcbd Color Hex

#82DCBD
(130,220,189)
0 Favorites   0 Comments

Color spaces of #82dcbd

RGB 130220189
HSL0.440.560.69
HSV159°41°86°
CMYK 0.410.000.14   0.14
XYZ43.984459.606357.3311
Yxy59.60630.27330.3704
Hunter Lab77.2051-33.416010.0159
CIE-Lab81.6237-34.04816.8164

#82dcbd color RGB value is (130,220,189).

#82dcbd hex color red value is 130, green value is 220 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #82dcbd hue: 0.44 , saturation: 0.56 and the lightness value of 82dcbd is 0.69.

The process color (four color CMYK) of #82dcbd color hex is 0.41, 0.00, 0.14, 0.14. Web safe color of #82dcbd is #99cccc. Color #82dcbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011100 10111101
Octal 202 334 275
Decimal 130 220 189
Hex 82 DC BD

RGB Percentages of Color #82dcbd

%24.12
%40.82
%35.06

CMYK Percentages of Color #82dcbd

%41
%0
%14
%14

Triadic Colors of #82dcbd

#82dcbd #bd82dc #dcbd82

Analogous Colors of #82dcbd

#82dcbd #82cedc #82dc90

Monochromatic Colors of #82dcbd

#82dcbd

Complementary Color

#82dcbd #dc82a1

#82dcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82dcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#82dcbd Color CSS Codes

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

#82dcbd Text Font Color

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

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


#82dcbd Background Color

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

This div background color is #82dcbd


#82dcbd Border Color

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

This div border color is #82dcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82dcbd


Comments

No comments written yet.

Please login to write comment.