Color Hex Logo

#82daef Color Hex

#82DAEF
(130,218,239)
0 Favorites   0 Comments

Color spaces of #82daef

RGB 130218239
HSL0.530.770.72
HSV192°46°94°
CMYK 0.460.090.00   0.06
XYZ49.857361.120690.8311
Yxy61.12060.24710.3029
Hunter Lab78.1797-22.9801-14.1588
CIE-Lab82.4435-21.0826-18.5428

#82daef color RGB value is (130,218,239).

#82daef hex color red value is 130, green value is 218 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #82daef hue: 0.53 , saturation: 0.77 and the lightness value of 82daef is 0.72.

The process color (four color CMYK) of #82daef color hex is 0.46, 0.09, 0.00, 0.06. Web safe color of #82daef is #99ccff. Color #82daef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11011010 11101111
Octal 202 332 357
Decimal 130 218 239
Hex 82 DA EF

RGB Percentages of Color #82daef

%22.15
%37.14
%40.72

CMYK Percentages of Color #82daef

%46
%9
%0
%6

Triadic Colors of #82daef

#82daef #ef82da #daef82

Analogous Colors of #82daef

#82daef #82a4ef #82efce

Monochromatic Colors of #82daef

#82daef

Complementary Color

#82daef #ef9782

#82daef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82daef Color Preview on White Background

Lorem ipsum dolor sit amet.

#82daef Color CSS Codes

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

#82daef Text Font Color

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

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


#82daef Background Color

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

This div background color is #82daef


#82daef Border Color

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

This div border color is #82daef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82daef


Comments

No comments written yet.

Please login to write comment.