Color Hex Logo

#82e4ec Color Hex

#82E4EC
(130,228,236)
0 Favorites   0 Comments

Color spaces of #82e4ec

RGB 130228236
HSL0.510.740.72
HSV185°45°93°
CMYK 0.450.030.00   0.07
XYZ52.089666.288889.4065
Yxy66.28880.25070.3190
Hunter Lab81.4179-28.2806-8.1149
CIE-Lab85.1435-26.7899-12.8982

#82e4ec color RGB value is (130,228,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11100100 11101100
Octal 202 344 354
Decimal 130 228 236
Hex 82 E4 EC

RGB Percentages of Color #82e4ec

%21.89
%38.38
%39.73

CMYK Percentages of Color #82e4ec

%45
%3
%0
%7

Triadic Colors of #82e4ec

#82e4ec #ec82e4 #e4ec82

Analogous Colors of #82e4ec

#82e4ec #82afec #82ecbf

Monochromatic Colors of #82e4ec

#82e4ec

Complementary Color

#82e4ec #ec8a82

#82e4ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82e4ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#82e4ec Color CSS Codes

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

#82e4ec Text Font Color

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

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


#82e4ec Background Color

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

This div background color is #82e4ec


#82e4ec Border Color

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

This div border color is #82e4ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82e4ec


Comments

No comments written yet.

Please login to write comment.