Color Hex Logo

#82daaf Color Hex

#82DAAF
(130,218,175)
0 Favorites   0 Comments

Color spaces of #82daaf

RGB 130218175
HSL0.420.540.68
HSV151°40°85°
CMYK 0.400.000.20   0.15
XYZ42.015257.983849.5350
Yxy57.98380.28100.3878
Hunter Lab76.1471-34.767614.7338
CIE-Lab80.7298-36.054812.9551

#82daaf color RGB value is (130,218,175).

#82daaf hex color red value is 130, green value is 218 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #82daaf hue: 0.42 , saturation: 0.54 and the lightness value of 82daaf is 0.68.

The process color (four color CMYK) of #82daaf color hex is 0.40, 0.00, 0.20, 0.15. Web safe color of #82daaf is #99cc99. Color #82daaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011010 10101111
Octal 202 332 257
Decimal 130 218 175
Hex 82 DA AF

RGB Percentages of Color #82daaf

%24.86
%41.68
%33.46

CMYK Percentages of Color #82daaf

%40
%0
%20
%15

Triadic Colors of #82daaf

#82daaf #af82da #daaf82

Analogous Colors of #82daaf

#82daaf #82d9da #82da83

Monochromatic Colors of #82daaf

#82daaf

Complementary Color

#82daaf #da82ad

#82daaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82daaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#82daaf Color CSS Codes

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

#82daaf Text Font Color

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

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


#82daaf Background Color

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

This div background color is #82daaf


#82daaf Border Color

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

This div border color is #82daaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82daaf


Comments

No comments written yet.

Please login to write comment.