Color Hex Logo

#82acbc Color Hex

#82ACBC
(130,172,188)
0 Favorites   0 Comments

Color spaces of #82acbc

RGB 130172188
HSL0.550.300.62
HSV197°31°74°
CMYK 0.310.090.00   0.26
XYZ33.035537.881753.1477
Yxy37.88170.26630.3053
Hunter Lab61.5481-11.9006-8.1141
CIE-Lab67.9333-10.2340-12.7599

#82acbc color RGB value is (130,172,188).

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

The process color (four color CMYK) of #82acbc color hex is 0.31, 0.09, 0.00, 0.26. Web safe color of #82acbc is #9999cc. Color #82acbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101100 10111100
Octal 202 254 274
Decimal 130 172 188
Hex 82 AC BC

RGB Percentages of Color #82acbc

%26.53
%35.10
%38.37

CMYK Percentages of Color #82acbc

%31
%9
%0
%26

Triadic Colors of #82acbc

#82acbc #bc82ac #acbc82

Analogous Colors of #82acbc

#82acbc #828fbc #82bcaf

Monochromatic Colors of #82acbc

#82acbc

Complementary Color

#82acbc #bc9282

#82acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#82acbc Color CSS Codes

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

#82acbc Text Font Color

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

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


#82acbc Background Color

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

This div background color is #82acbc


#82acbc Border Color

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

This div border color is #82acbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82acbc

#82acbc Color Palettes


Comments

No comments written yet.

Please login to write comment.