Color Hex Logo

#82eaee Color Hex

#82EAEE
(130,234,238)
0 Favorites   0 Comments

Color spaces of #82eaee

RGB 130234238
HSL0.510.760.72
HSV182°45°93°
CMYK 0.450.020.00   0.07
XYZ54.061469.764591.5055
Yxy69.76450.25110.3240
Hunter Lab83.5251-30.6354-6.4872
CIE-Lab86.8812-29.1809-11.3564

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11101010 11101110
Octal 202 352 356
Decimal 130 234 238
Hex 82 EA EE

RGB Percentages of Color #82eaee

%21.59
%38.87
%39.53

CMYK Percentages of Color #82eaee

%45
%2
%0
%7

Triadic Colors of #82eaee

#82eaee #ee82ea #eaee82

Analogous Colors of #82eaee

#82eaee #82b4ee #82eebc

Monochromatic Colors of #82eaee

#82eaee

Complementary Color

#82eaee #ee8682

#82eaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82eaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#82eaee Color CSS Codes

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

#82eaee Text Font Color

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

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


#82eaee Background Color

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

This div background color is #82eaee


#82eaee Border Color

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

This div border color is #82eaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82eaee


Comments

No comments written yet.

Please login to write comment.