Color Hex Logo

#82afce Color Hex

#82AFCE
(130,175,206)
0 Favorites   0 Comments

Color spaces of #82afce

RGB 130175206
HSL0.570.440.66
HSV204°37°81°
CMYK 0.370.150.00   0.19
XYZ35.676539.862064.2063
Yxy39.86200.25530.2852
Hunter Lab63.1364-9.6235-16.0993
CIE-Lab69.3711-7.3024-20.5223

#82afce color RGB value is (130,175,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101111 11001110
Octal 202 257 316
Decimal 130 175 206
Hex 82 AF CE

RGB Percentages of Color #82afce

%25.44
%34.25
%40.31

CMYK Percentages of Color #82afce

%37
%15
%0
%19

Triadic Colors of #82afce

#82afce #ce82af #afce82

Analogous Colors of #82afce

#82afce #8289ce #82cec7

Monochromatic Colors of #82afce

#82afce

Complementary Color

#82afce #cea182

#82afce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82afce Color Preview on White Background

Lorem ipsum dolor sit amet.

#82afce Color CSS Codes

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

#82afce Text Font Color

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

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


#82afce Background Color

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

This div background color is #82afce


#82afce Border Color

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

This div border color is #82afce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82afce


Comments

No comments written yet.

Please login to write comment.