Color Hex Logo

#82eeec Color Hex

#82EEEC
(130,238,236)
0 Favorites   0 Comments

Color spaces of #82eeec

RGB 130238236
HSL0.500.760.72
HSV179°45°93°
CMYK 0.450.000.01   0.07
XYZ54.920871.951090.3502
Yxy71.95100.25280.3312
Hunter Lab84.8239-32.8688-3.7760
CIE-Lab87.9450-31.5824-8.7247

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11101110 11101100
Octal 202 356 354
Decimal 130 238 236
Hex 82 EE EC

RGB Percentages of Color #82eeec

%21.52
%39.40
%39.07

CMYK Percentages of Color #82eeec

%45
%0
%1
%7

Triadic Colors of #82eeec

#82eeec #ec82ee #eeec82

Analogous Colors of #82eeec

#82eeec #82baee #82eeb6

Monochromatic Colors of #82eeec

#82eeec

Complementary Color

#82eeec #ee8284

#82eeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82eeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#82eeec Color CSS Codes

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

#82eeec Text Font Color

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

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


#82eeec Background Color

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

This div background color is #82eeec


#82eeec Border Color

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

This div border color is #82eeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82eeec


Comments

No comments written yet.

Please login to write comment.