Color Hex Logo

#82e7ea Color Hex

#82E7EA
(130,231,234)
0 Favorites   0 Comments

Color spaces of #82e7ea

RGB 130231234
HSL0.500.710.71
HSV182°44°92°
CMYK 0.440.010.00   0.08
XYZ52.633167.838288.1619
Yxy67.83820.25230.3252
Hunter Lab82.3639-30.0699-5.8089
CIE-Lab85.9255-28.7422-10.6769

#82e7ea color RGB value is (130,231,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11100111 11101010
Octal 202 347 352
Decimal 130 231 234
Hex 82 E7 EA

RGB Percentages of Color #82e7ea

%21.85
%38.82
%39.33

CMYK Percentages of Color #82e7ea

%44
%1
%0
%8

Triadic Colors of #82e7ea

#82e7ea #ea82e7 #e7ea82

Analogous Colors of #82e7ea

#82e7ea #82b3ea #82eab9

Monochromatic Colors of #82e7ea

#82e7ea

Complementary Color

#82e7ea #ea8582

#82e7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82e7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#82e7ea Color CSS Codes

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

#82e7ea Text Font Color

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

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


#82e7ea Background Color

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

This div background color is #82e7ea


#82e7ea Border Color

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

This div border color is #82e7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82e7ea


Comments

No comments written yet.

Please login to write comment.