Color Hex Logo

#82aaca Color Hex

#82AACA
(130,170,202)
0 Favorites   0 Comments

Color spaces of #82aaca

RGB 130170202
HSL0.570.400.65
HSV207°36°79°
CMYK 0.360.160.00   0.21
XYZ34.241337.759561.3607
Yxy37.75950.25680.2831
Hunter Lab61.4488-8.0692-16.1909
CIE-Lab67.8430-5.6184-20.6419

#82aaca color RGB value is (130,170,202).

#82aaca hex color red value is 130, green value is 170 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #82aaca hue: 0.57 , saturation: 0.40 and the lightness value of 82aaca is 0.65.

The process color (four color CMYK) of #82aaca color hex is 0.36, 0.16, 0.00, 0.21. Web safe color of #82aaca is #9999cc. Color #82aaca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101010 11001010
Octal 202 252 312
Decimal 130 170 202
Hex 82 AA CA

RGB Percentages of Color #82aaca

%25.90
%33.86
%40.24

CMYK Percentages of Color #82aaca

%36
%16
%0
%21

Triadic Colors of #82aaca

#82aaca #ca82aa #aaca82

Analogous Colors of #82aaca

#82aaca #8286ca #82cac6

Monochromatic Colors of #82aaca

#82aaca

Complementary Color

#82aaca #caa282

#82aaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82aaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#82aaca Color CSS Codes

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

#82aaca Text Font Color

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

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


#82aaca Background Color

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

This div background color is #82aaca


#82aaca Border Color

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

This div border color is #82aaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82aaca


Comments

No comments written yet.

Please login to write comment.