Color Hex Logo

#82bcab Color Hex

#82BCAB
(130,188,171)
0 Favorites   0 Comments

Color spaces of #82bcab

RGB 130188171
HSL0.450.300.62
HSV162°31°74°
CMYK 0.310.000.09   0.26
XYZ34.539843.652545.1334
Yxy43.65250.28010.3540
Hunter Lab66.0700-22.30715.7472
CIE-Lab71.9956-22.48682.5943

#82bcab color RGB value is (130,188,171).

#82bcab hex color red value is 130, green value is 188 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #82bcab hue: 0.45 , saturation: 0.30 and the lightness value of 82bcab is 0.62.

The process color (four color CMYK) of #82bcab color hex is 0.31, 0.00, 0.09, 0.26. Web safe color of #82bcab is #99cc99. Color #82bcab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10111100 10101011
Octal 202 274 253
Decimal 130 188 171
Hex 82 BC AB

RGB Percentages of Color #82bcab

%26.58
%38.45
%34.97

CMYK Percentages of Color #82bcab

%31
%0
%9
%26

Triadic Colors of #82bcab

#82bcab #ab82bc #bcab82

Analogous Colors of #82bcab

#82bcab #82b0bc #82bc8e

Monochromatic Colors of #82bcab

#82bcab

Complementary Color

#82bcab #bc8293

#82bcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82bcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#82bcab Color CSS Codes

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

#82bcab Text Font Color

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

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


#82bcab Background Color

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

This div background color is #82bcab


#82bcab Border Color

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

This div border color is #82bcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82bcab


Comments

No comments written yet.

Please login to write comment.