Color Hex Logo

#82acce Color Hex

#82ACCE
(130,172,206)
0 Favorites   0 Comments

Color spaces of #82acce

RGB 130172206
HSL0.570.440.66
HSV207°37°81°
CMYK 0.370.170.00   0.19
XYZ35.099038.707164.0138
Yxy38.70710.25470.2809
Hunter Lab62.2150-8.1744-17.4537
CIE-Lab68.5386-5.6705-21.7900

#82acce color RGB value is (130,172,206).

#82acce hex color red value is 130, green value is 172 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #82acce hue: 0.57 , saturation: 0.44 and the lightness value of 82acce is 0.66.

The process color (four color CMYK) of #82acce color hex is 0.37, 0.17, 0.00, 0.19. Web safe color of #82acce is #9999cc. Color #82acce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101100 11001110
Octal 202 254 316
Decimal 130 172 206
Hex 82 AC CE

RGB Percentages of Color #82acce

%25.59
%33.86
%40.55

CMYK Percentages of Color #82acce

%37
%17
%0
%19

Triadic Colors of #82acce

#82acce #ce82ac #acce82

Analogous Colors of #82acce

#82acce #8286ce #82ceca

Monochromatic Colors of #82acce

#82acce

Complementary Color

#82acce #cea482

#82acce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82acce Color Preview on White Background

Lorem ipsum dolor sit amet.

#82acce Color CSS Codes

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

#82acce Text Font Color

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

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


#82acce Background Color

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

This div background color is #82acce


#82acce Border Color

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

This div border color is #82acce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82acce


Comments

No comments written yet.

Please login to write comment.