Color Hex Logo

#82eeee Color Hex

#82EEEE
(130,238,238)
0 Favorites   0 Comments

Color spaces of #82eeee

RGB 130238238
HSL0.500.760.72
HSV180°45°93°
CMYK 0.450.000.00   0.07
XYZ55.213172.067991.8894
Yxy72.06790.25190.3288
Hunter Lab84.8928-32.4685-4.7515
CIE-Lab88.0013-31.0874-9.6889

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

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

The process color (four color CMYK) of #82eeee color hex is 0.45, 0.00, 0.00, 0.07. Web safe color of #82eeee is #99ffff. Color #82eeee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11101110 11101110
Octal 202 356 356
Decimal 130 238 238
Hex 82 EE EE

RGB Percentages of Color #82eeee

%21.45
%39.27
%39.27

CMYK Percentages of Color #82eeee

%45
%0
%0
%7

Triadic Colors of #82eeee

#82eeee #ee82ee #eeee82

Analogous Colors of #82eeee

#82eeee #82b8ee #82eeb8

Monochromatic Colors of #82eeee

#82eeee

Complementary Color

#82eeee #ee8282

#82eeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82eeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#82eeee Color CSS Codes

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

#82eeee Text Font Color

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

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


#82eeee Background Color

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

This div background color is #82eeee


#82eeee Border Color

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

This div border color is #82eeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82eeee


Comments

No comments written yet.

Please login to write comment.