Color Hex Logo

#82dcb5 Color Hex

#82DCB5
(130,220,181)
0 Favorites   0 Comments

Color spaces of #82dcb5

RGB 130220181
HSL0.430.560.69
HSV154°41°86°
CMYK 0.410.000.18   0.14
XYZ43.139659.268452.8823
Yxy59.26840.27780.3817
Hunter Lab76.9860-34.701813.1634
CIE-Lab81.4389-35.743510.7881

#82dcb5 color RGB value is (130,220,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011100 10110101
Octal 202 334 265
Decimal 130 220 181
Hex 82 DC B5

RGB Percentages of Color #82dcb5

%24.48
%41.43
%34.09

CMYK Percentages of Color #82dcb5

%41
%0
%18
%14

Triadic Colors of #82dcb5

#82dcb5 #b582dc #dcb582

Analogous Colors of #82dcb5

#82dcb5 #82d6dc #82dc88

Monochromatic Colors of #82dcb5

#82dcb5

Complementary Color

#82dcb5 #dc82a9

#82dcb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82dcb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82dcb5 Color CSS Codes

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

#82dcb5 Text Font Color

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

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


#82dcb5 Background Color

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

This div background color is #82dcb5


#82dcb5 Border Color

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

This div border color is #82dcb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82dcb5


Comments

No comments written yet.

Please login to write comment.