Color Hex Logo

#82babd Color Hex

#82BABD
(130,186,189)
0 Favorites   0 Comments

Color spaces of #82babd

RGB 130186189
HSL0.510.310.63
HSV183°31°74°
CMYK 0.310.020.00   0.26
XYZ35.950143.537854.6530
Yxy43.53780.26800.3246
Hunter Lab65.9832-18.2171-2.9209
CIE-Lab71.9185-17.3627-7.3618

#82babd color RGB value is (130,186,189).

#82babd hex color red value is 130, green value is 186 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #82babd hue: 0.51 , saturation: 0.31 and the lightness value of 82babd is 0.63.

The process color (four color CMYK) of #82babd color hex is 0.31, 0.02, 0.00, 0.26. Web safe color of #82babd is #99cccc. Color #82babd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10111010 10111101
Octal 202 272 275
Decimal 130 186 189
Hex 82 BA BD

RGB Percentages of Color #82babd

%25.74
%36.83
%37.43

CMYK Percentages of Color #82babd

%31
%2
%0
%26

Triadic Colors of #82babd

#82babd #bd82ba #babd82

Analogous Colors of #82babd

#82babd #829dbd #82bda3

Monochromatic Colors of #82babd

#82babd

Complementary Color

#82babd #bd8582

#82babd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82babd Color Preview on White Background

Lorem ipsum dolor sit amet.

#82babd Color CSS Codes

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

#82babd Text Font Color

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

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


#82babd Background Color

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

This div background color is #82babd


#82babd Border Color

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

This div border color is #82babd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82babd


Comments

No comments written yet.

Please login to write comment.