Color Hex Logo

#82affc Color Hex

#82AFFC
(130,175,252)
0 Favorites   0 Comments

Color spaces of #82affc

RGB 130175252
HSL0.610.950.75
HSV218°48°99°
CMYK 0.480.310.00   0.01
XYZ42.106642.434098.0668
Yxy42.43400.23060.2324
Hunter Lab65.14141.3828-43.6589
CIE-Lab71.16915.4310-42.8536

#82affc color RGB value is (130,175,252).

#82affc hex color red value is 130, green value is 175 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #82affc hue: 0.61 , saturation: 0.95 and the lightness value of 82affc is 0.75.

The process color (four color CMYK) of #82affc color hex is 0.48, 0.31, 0.00, 0.01. Web safe color of #82affc is #9999ff. Color #82affc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101111 11111100
Octal 202 257 374
Decimal 130 175 252
Hex 82 AF FC

RGB Percentages of Color #82affc

%23.34
%31.42
%45.24

CMYK Percentages of Color #82affc

%48
%31
%0
%1

Triadic Colors of #82affc

#82affc #fc82af #affc82

Analogous Colors of #82affc

#82affc #9282fc #82ecfc

Monochromatic Colors of #82affc

#82affc

Complementary Color

#82affc #fccf82

#82affc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82affc Color Preview on White Background

Lorem ipsum dolor sit amet.

#82affc Color CSS Codes

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

#82affc Text Font Color

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

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


#82affc Background Color

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

This div background color is #82affc


#82affc Border Color

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

This div border color is #82affc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82affc


Comments

No comments written yet.

Please login to write comment.