Color Hex Logo

#82dcf5 Color Hex

#82DCF5
(130,220,245)
0 Favorites   0 Comments

Color spaces of #82dcf5

RGB 130220245
HSL0.540.850.74
HSV193°47°96°
CMYK 0.470.100.00   0.04
XYZ51.280662.524895.7519
Yxy62.52480.24470.2984
Hunter Lab79.0726-22.6153-16.4456
CIE-Lab83.1917-20.5063-20.5931

#82dcf5 color RGB value is (130,220,245).

#82dcf5 hex color red value is 130, green value is 220 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #82dcf5 hue: 0.54 , saturation: 0.85 and the lightness value of 82dcf5 is 0.74.

The process color (four color CMYK) of #82dcf5 color hex is 0.47, 0.10, 0.00, 0.04. Web safe color of #82dcf5 is #99ccff. Color #82dcf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011100 11110101
Octal 202 334 365
Decimal 130 220 245
Hex 82 DC F5

RGB Percentages of Color #82dcf5

%21.85
%36.97
%41.18

CMYK Percentages of Color #82dcf5

%47
%10
%0
%4

Triadic Colors of #82dcf5

#82dcf5 #f582dc #dcf582

Analogous Colors of #82dcf5

#82dcf5 #82a3f5 #82f5d5

Monochromatic Colors of #82dcf5

#82dcf5

Complementary Color

#82dcf5 #f59b82

#82dcf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82dcf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82dcf5 Color CSS Codes

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

#82dcf5 Text Font Color

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

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


#82dcf5 Background Color

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

This div background color is #82dcf5


#82dcf5 Border Color

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

This div border color is #82dcf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82dcf5


Comments

No comments written yet.

Please login to write comment.