Color Hex Logo

#82dafc Color Hex

#82DAFC
(130,218,252)
0 Favorites   0 Comments

Color spaces of #82dafc

RGB 130218252
HSL0.550.950.75
HSV197°48°99°
CMYK 0.480.130.00   0.01
XYZ51.848061.9169101.3139
Yxy61.91690.24110.2879
Hunter Lab78.6873-20.0870-21.2578
CIE-Lab82.8692-17.6204-24.7897

#82dafc color RGB value is (130,218,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011010 11111100
Octal 202 332 374
Decimal 130 218 252
Hex 82 DA FC

RGB Percentages of Color #82dafc

%21.67
%36.33
%42.00

CMYK Percentages of Color #82dafc

%48
%13
%0
%1

Triadic Colors of #82dafc

#82dafc #fc82da #dafc82

Analogous Colors of #82dafc

#82dafc #829dfc #82fce1

Monochromatic Colors of #82dafc

#82dafc

Complementary Color

#82dafc #fca482

#82dafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82dafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#82dafc Color CSS Codes

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

#82dafc Text Font Color

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

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


#82dafc Background Color

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

This div background color is #82dafc


#82dafc Border Color

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

This div border color is #82dafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82dafc


Comments

No comments written yet.

Please login to write comment.