Color Hex Logo

#82beea Color Hex

#82BEEA
(130,190,234)
0 Favorites   0 Comments

Color spaces of #82beea

RGB 130190234
HSL0.570.710.71
HSV205°44°92°
CMYK 0.440.190.00   0.08
XYZ42.470747.513384.7744
Yxy47.51330.24300.2719
Hunter Lab68.9299-10.6457-24.6677
CIE-Lab74.5169-7.9037-27.9281

#82beea color RGB value is (130,190,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10111110 11101010
Octal 202 276 352
Decimal 130 190 234
Hex 82 BE EA

RGB Percentages of Color #82beea

%23.47
%34.30
%42.24

CMYK Percentages of Color #82beea

%44
%19
%0
%8

Triadic Colors of #82beea

#82beea #ea82be #beea82

Analogous Colors of #82beea

#82beea #828aea #82eae2

Monochromatic Colors of #82beea

#82beea

Complementary Color

#82beea #eaae82

#82beea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82beea Color Preview on White Background

Lorem ipsum dolor sit amet.

#82beea Color CSS Codes

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

#82beea Text Font Color

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

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


#82beea Background Color

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

This div background color is #82beea


#82beea Border Color

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

This div border color is #82beea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82beea


Comments

No comments written yet.

Please login to write comment.