Color Hex Logo

#82acba Color Hex

#82ACBA
(130,172,186)
0 Favorites   0 Comments

Color spaces of #82acba

RGB 130172186
HSL0.540.290.62
HSV195°30°73°
CMYK 0.300.080.00   0.27
XYZ32.821437.796052.0199
Yxy37.79600.26760.3082
Hunter Lab61.4785-12.2918-7.1332
CIE-Lab67.8700-10.7221-11.7473

#82acba color RGB value is (130,172,186).

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

The process color (four color CMYK) of #82acba color hex is 0.30, 0.08, 0.00, 0.27. Web safe color of #82acba is #9999cc. Color #82acba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101100 10111010
Octal 202 254 272
Decimal 130 172 186
Hex 82 AC BA

RGB Percentages of Color #82acba

%26.64
%35.25
%38.11

CMYK Percentages of Color #82acba

%30
%8
%0
%27

Triadic Colors of #82acba

#82acba #ba82ac #acba82

Analogous Colors of #82acba

#82acba #8290ba #82baac

Monochromatic Colors of #82acba

#82acba

Complementary Color

#82acba #ba9082

#82acba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82acba Color Preview on White Background

Lorem ipsum dolor sit amet.

#82acba Color CSS Codes

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

#82acba Text Font Color

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

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


#82acba Background Color

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

This div background color is #82acba


#82acba Border Color

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

This div border color is #82acba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82acba


Comments

No comments written yet.

Please login to write comment.