Color Hex Logo

#82dfbd Color Hex

#82DFBD
(130,223,189)
0 Favorites   0 Comments

Color spaces of #82dfbd

RGB 130223189
HSL0.440.590.69
HSV158°42°87°
CMYK 0.420.000.15   0.13
XYZ44.778961.195357.5959
Yxy61.19530.27380.3741
Hunter Lab78.2274-34.721111.1062
CIE-Lab82.4836-35.43988.0508

#82dfbd color RGB value is (130,223,189).

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

The process color (four color CMYK) of #82dfbd color hex is 0.42, 0.00, 0.15, 0.13. Web safe color of #82dfbd is #99cccc. Color #82dfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011111 10111101
Octal 202 337 275
Decimal 130 223 189
Hex 82 DF BD

RGB Percentages of Color #82dfbd

%23.99
%41.14
%34.87

CMYK Percentages of Color #82dfbd

%42
%0
%15
%13

Triadic Colors of #82dfbd

#82dfbd #bd82df #dfbd82

Analogous Colors of #82dfbd

#82dfbd #82d3df #82df8f

Monochromatic Colors of #82dfbd

#82dfbd

Complementary Color

#82dfbd #df82a4

#82dfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82dfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#82dfbd Color CSS Codes

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

#82dfbd Text Font Color

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

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


#82dfbd Background Color

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

This div background color is #82dfbd


#82dfbd Border Color

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

This div border color is #82dfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82dfbd


Comments

No comments written yet.

Please login to write comment.