Color Hex Logo

#82dacb Color Hex

#82DACB
(130,218,203)
0 Favorites   0 Comments

Color spaces of #82dacb

RGB 130218203
HSL0.470.540.68
HSV170°40°85°
CMYK 0.400.000.07   0.15
XYZ45.056859.200465.5520
Yxy59.20040.26530.3486
Hunter Lab76.9418-30.11933.3460
CIE-Lab81.4016-29.9728-0.9437

#82dacb color RGB value is (130,218,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011010 11001011
Octal 202 332 313
Decimal 130 218 203
Hex 82 DA CB

RGB Percentages of Color #82dacb

%23.59
%39.56
%36.84

CMYK Percentages of Color #82dacb

%40
%0
%7
%15

Triadic Colors of #82dacb

#82dacb #cb82da #dacb82

Analogous Colors of #82dacb

#82dacb #82bdda #82da9f

Monochromatic Colors of #82dacb

#82dacb

Complementary Color

#82dacb #da8291

#82dacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82dacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#82dacb Color CSS Codes

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

#82dacb Text Font Color

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

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


#82dacb Background Color

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

This div background color is #82dacb


#82dacb Border Color

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

This div border color is #82dacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82dacb


Comments

No comments written yet.

Please login to write comment.