Color Hex Logo

#82afea Color Hex

#82AFEA
(130,175,234)
0 Favorites   0 Comments

Color spaces of #82afea

RGB 130175234
HSL0.590.710.71
HSV214°44°92°
CMYK 0.440.250.00   0.08
XYZ39.387241.346383.7466
Yxy41.34630.23950.2514
Hunter Lab64.3011-3.1879-32.2093
CIE-Lab70.41790.2803-34.2488

#82afea color RGB value is (130,175,234).

#82afea hex color red value is 130, green value is 175 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #82afea hue: 0.59 , saturation: 0.71 and the lightness value of 82afea is 0.71.

The process color (four color CMYK) of #82afea color hex is 0.44, 0.25, 0.00, 0.08. Web safe color of #82afea is #9999ff. Color #82afea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101111 11101010
Octal 202 257 352
Decimal 130 175 234
Hex 82 AF EA

RGB Percentages of Color #82afea

%24.12
%32.47
%43.41

CMYK Percentages of Color #82afea

%44
%25
%0
%8

Triadic Colors of #82afea

#82afea #ea82af #afea82

Analogous Colors of #82afea

#82afea #8982ea #82e3ea

Monochromatic Colors of #82afea

#82afea

Complementary Color

#82afea #eabd82

#82afea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82afea Color Preview on White Background

Lorem ipsum dolor sit amet.

#82afea Color CSS Codes

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

#82afea Text Font Color

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

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


#82afea Background Color

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

This div background color is #82afea


#82afea Border Color

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

This div border color is #82afea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82afea


Comments

No comments written yet.

Please login to write comment.