Color Hex Logo

#82efee Color Hex

#82EFEE
(130,239,238)
0 Favorites   0 Comments

Color spaces of #82efee

RGB 130239238
HSL0.500.770.72
HSV179°46°94°
CMYK 0.460.000.00   0.06
XYZ55.505072.651991.9867
Yxy72.65190.25210.3300
Hunter Lab85.2361-32.9255-4.3205
CIE-Lab88.2814-31.5612-9.2726

#82efee color RGB value is (130,239,238).

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

The process color (four color CMYK) of #82efee color hex is 0.46, 0.00, 0.00, 0.06. Web safe color of #82efee is #99ffff. Color #82efee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11101111 11101110
Octal 202 357 356
Decimal 130 239 238
Hex 82 EF EE

RGB Percentages of Color #82efee

%21.42
%39.37
%39.21

CMYK Percentages of Color #82efee

%46
%0
%0
%6

Triadic Colors of #82efee

#82efee #ee82ef #efee82

Analogous Colors of #82efee

#82efee #82baef #82efb8

Monochromatic Colors of #82efee

#82efee

Complementary Color

#82efee #ef8283

#82efee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82efee Color Preview on White Background

Lorem ipsum dolor sit amet.

#82efee Color CSS Codes

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

#82efee Text Font Color

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

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


#82efee Background Color

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

This div background color is #82efee


#82efee Border Color

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

This div border color is #82efee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82efee


Comments

No comments written yet.

Please login to write comment.