Color Hex Logo

#82beed Color Hex

#82BEED
(130,190,237)
0 Favorites   0 Comments

Color spaces of #82beed

RGB 130190237
HSL0.570.750.72
HSV206°45°93°
CMYK 0.450.200.00   0.07
XYZ42.905447.687287.0639
Yxy47.68720.24150.2684
Hunter Lab69.0559-9.9433-26.4121
CIE-Lab74.6272-7.0793-29.3795

#82beed color RGB value is (130,190,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10111110 11101101
Octal 202 276 355
Decimal 130 190 237
Hex 82 BE ED

RGB Percentages of Color #82beed

%23.34
%34.11
%42.55

CMYK Percentages of Color #82beed

%45
%20
%0
%7

Triadic Colors of #82beed

#82beed #ed82be #beed82

Analogous Colors of #82beed

#82beed #8289ed #82ede7

Monochromatic Colors of #82beed

#82beed

Complementary Color

#82beed #edb182

#82beed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82beed Color Preview on White Background

Lorem ipsum dolor sit amet.

#82beed Color CSS Codes

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

#82beed Text Font Color

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

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


#82beed Background Color

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

This div background color is #82beed


#82beed Border Color

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

This div border color is #82beed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82beed


Comments

No comments written yet.

Please login to write comment.