Color Hex Logo

#82cabd Color Hex

#82CABD
(130,202,189)
0 Favorites   0 Comments

Color spaces of #82cabd

RGB 130202189
HSL0.470.400.65
HSV169°36°79°
CMYK 0.360.000.06   0.21
XYZ39.511850.661055.8402
Yxy50.66100.27060.3470
Hunter Lab71.1765-25.46933.3087
CIE-Lab76.4732-25.4276-0.6515

#82cabd color RGB value is (130,202,189).

#82cabd hex color red value is 130, green value is 202 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #82cabd hue: 0.47 , saturation: 0.40 and the lightness value of 82cabd is 0.65.

The process color (four color CMYK) of #82cabd color hex is 0.36, 0.00, 0.06, 0.21. Web safe color of #82cabd is #99cccc. Color #82cabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001010 10111101
Octal 202 312 275
Decimal 130 202 189
Hex 82 CA BD

RGB Percentages of Color #82cabd

%24.95
%38.77
%36.28

CMYK Percentages of Color #82cabd

%36
%0
%6
%21

Triadic Colors of #82cabd

#82cabd #bd82ca #cabd82

Analogous Colors of #82cabd

#82cabd #82b3ca #82ca99

Monochromatic Colors of #82cabd

#82cabd

Complementary Color

#82cabd #ca828f

#82cabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82cabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#82cabd Color CSS Codes

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

#82cabd Text Font Color

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

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


#82cabd Background Color

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

This div background color is #82cabd


#82cabd Border Color

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

This div border color is #82cabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82cabd


Comments

No comments written yet.

Please login to write comment.