Color Hex Logo

#82bdee Color Hex

#82BDEE
(130,189,238)
0 Favorites   0 Comments

Color spaces of #82bdee

RGB 130189238
HSL0.580.760.72
HSV207°45°93°
CMYK 0.450.210.00   0.07
XYZ42.836147.314187.7637
Yxy47.31410.24080.2659
Hunter Lab68.7852-9.2131-27.4990
CIE-Lab74.3902-6.2645-30.2842

#82bdee color RGB value is (130,189,238).

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

The process color (four color CMYK) of #82bdee color hex is 0.45, 0.21, 0.00, 0.07. Web safe color of #82bdee is #99ccff. Color #82bdee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10111101 11101110
Octal 202 275 356
Decimal 130 189 238
Hex 82 BD EE

RGB Percentages of Color #82bdee

%23.34
%33.93
%42.73

CMYK Percentages of Color #82bdee

%45
%21
%0
%7

Triadic Colors of #82bdee

#82bdee #ee82bd #bdee82

Analogous Colors of #82bdee

#82bdee #8287ee #82eee9

Monochromatic Colors of #82bdee

#82bdee

Complementary Color

#82bdee #eeb382

#82bdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82bdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#82bdee Color CSS Codes

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

#82bdee Text Font Color

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

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


#82bdee Background Color

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

This div background color is #82bdee


#82bdee Border Color

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

This div border color is #82bdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82bdee


Comments

No comments written yet.

Please login to write comment.