Color Hex Logo

#82beeb Color Hex

#82BEEB
(130,190,235)
0 Favorites   0 Comments

Color spaces of #82beeb

RGB 130190235
HSL0.570.720.72
HSV206°45°92°
CMYK 0.450.190.00   0.08
XYZ42.614847.570985.5333
Yxy47.57090.24250.2707
Hunter Lab68.9717-10.4125-25.2467
CIE-Lab74.5535-7.6294-28.4124

#82beeb color RGB value is (130,190,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10111110 11101011
Octal 202 276 353
Decimal 130 190 235
Hex 82 BE EB

RGB Percentages of Color #82beeb

%23.42
%34.23
%42.34

CMYK Percentages of Color #82beeb

%45
%19
%0
%8

Triadic Colors of #82beeb

#82beeb #eb82be #beeb82

Analogous Colors of #82beeb

#82beeb #828aeb #82ebe4

Monochromatic Colors of #82beeb

#82beeb

Complementary Color

#82beeb #ebaf82

#82beeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82beeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#82beeb Color CSS Codes

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

#82beeb Text Font Color

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

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


#82beeb Background Color

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

This div background color is #82beeb


#82beeb Border Color

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

This div border color is #82beeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82beeb

#82beeb Color Palettes


Comments

No comments written yet.

Please login to write comment.