Color Hex Logo

#82bcbd Color Hex

#82BCBD
(130,188,189)
0 Favorites   0 Comments

Color spaces of #82bcbd

RGB 130188189
HSL0.500.310.63
HSV181°31°74°
CMYK 0.310.010.00   0.26
XYZ36.374444.386454.7944
Yxy44.38640.26830.3274
Hunter Lab66.6231-19.1343-2.1271
CIE-Lab72.4860-18.3920-6.5203

#82bcbd color RGB value is (130,188,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10111100 10111101
Octal 202 274 275
Decimal 130 188 189
Hex 82 BC BD

RGB Percentages of Color #82bcbd

%25.64
%37.08
%37.28

CMYK Percentages of Color #82bcbd

%31
%1
%0
%26

Triadic Colors of #82bcbd

#82bcbd #bd82bc #bcbd82

Analogous Colors of #82bcbd

#82bcbd #829fbd #82bda1

Monochromatic Colors of #82bcbd

#82bcbd

Complementary Color

#82bcbd #bd8382

#82bcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82bcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#82bcbd Color CSS Codes

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

#82bcbd Text Font Color

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

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


#82bcbd Background Color

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

This div background color is #82bcbd


#82bcbd Border Color

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

This div border color is #82bcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82bcbd


Comments

No comments written yet.

Please login to write comment.