Color Hex Logo

#82baef Color Hex

#82BAEF
(130,186,239)
0 Favorites   0 Comments

Color spaces of #82baef

RGB 130186239
HSL0.580.770.72
HSV209°46°94°
CMYK 0.460.220.00   0.06
XYZ42.344846.095688.3269
Yxy46.09560.23960.2608
Hunter Lab67.8937-7.4850-29.6082
CIE-Lab73.6075-4.3620-32.0310

#82baef color RGB value is (130,186,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10111010 11101111
Octal 202 272 357
Decimal 130 186 239
Hex 82 BA EF

RGB Percentages of Color #82baef

%23.42
%33.51
%43.06

CMYK Percentages of Color #82baef

%46
%22
%0
%6

Triadic Colors of #82baef

#82baef #ef82ba #baef82

Analogous Colors of #82baef

#82baef #8284ef #82efee

Monochromatic Colors of #82baef

#82baef

Complementary Color

#82baef #efb782

#82baef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82baef Color Preview on White Background

Lorem ipsum dolor sit amet.

#82baef Color CSS Codes

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

#82baef Text Font Color

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

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


#82baef Background Color

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

This div background color is #82baef


#82baef Border Color

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

This div border color is #82baef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82baef


Comments

No comments written yet.

Please login to write comment.