Color Hex Logo

#82f0fc Color Hex

#82F0FC
(130,240,252)
0 Favorites   0 Comments

Color spaces of #82f0fc

RGB 130240252
HSL0.520.950.75
HSV186°48°99°
CMYK 0.480.050.00   0.01
XYZ57.936774.0943103.3435
Yxy74.09430.24610.3148
Hunter Lab86.0780-30.4933-10.9277
CIE-Lab88.9670-28.5001-15.5714

#82f0fc color RGB value is (130,240,252).

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

The process color (four color CMYK) of #82f0fc color hex is 0.48, 0.05, 0.00, 0.01. Web safe color of #82f0fc is #99ffff. Color #82f0fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11110000 11111100
Octal 202 360 374
Decimal 130 240 252
Hex 82 F0 FC

RGB Percentages of Color #82f0fc

%20.90
%38.59
%40.51

CMYK Percentages of Color #82f0fc

%48
%5
%0
%1

Triadic Colors of #82f0fc

#82f0fc #fc82f0 #f0fc82

Analogous Colors of #82f0fc

#82f0fc #82b3fc #82fccb

Monochromatic Colors of #82f0fc

#82f0fc

Complementary Color

#82f0fc #fc8e82

#82f0fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82f0fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#82f0fc Color CSS Codes

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

#82f0fc Text Font Color

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

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


#82f0fc Background Color

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

This div background color is #82f0fc


#82f0fc Border Color

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

This div border color is #82f0fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82f0fc


Comments

No comments written yet.

Please login to write comment.