Color Hex Logo

#82bded Color Hex

#82BDED
(130,189,237)
0 Favorites   0 Comments

Color spaces of #82bded

RGB 130189237
HSL0.570.750.72
HSV207°45°93°
CMYK 0.450.200.00   0.07
XYZ42.689647.255486.9920
Yxy47.25540.24130.2671
Hunter Lab68.7426-9.4498-26.9102
CIE-Lab74.3528-6.5408-29.8015

#82bded color RGB value is (130,189,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10111101 11101101
Octal 202 275 355
Decimal 130 189 237
Hex 82 BD ED

RGB Percentages of Color #82bded

%23.38
%33.99
%42.63

CMYK Percentages of Color #82bded

%45
%20
%0
%7

Triadic Colors of #82bded

#82bded #ed82bd #bded82

Analogous Colors of #82bded

#82bded #8288ed #82ede8

Monochromatic Colors of #82bded

#82bded

Complementary Color

#82bded #edb282

#82bded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82bded Color Preview on White Background

Lorem ipsum dolor sit amet.

#82bded Color CSS Codes

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

#82bded Text Font Color

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

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


#82bded Background Color

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

This div background color is #82bded


#82bded Border Color

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

This div border color is #82bded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82bded


Comments

No comments written yet.

Please login to write comment.