Color Hex Logo

#82e9ba Color Hex

#82E9BA
(130,233,186)
0 Favorites   0 Comments

Color spaces of #82e9ba

RGB 130233186
HSL0.420.700.71
HSV153°44°91°
CMYK 0.440.000.20   0.09
XYZ47.207866.568856.8153
Yxy66.56880.27670.3902
Hunter Lab81.5897-39.501915.8260
CIE-Lab85.2857-40.606813.6160

#82e9ba color RGB value is (130,233,186).

#82e9ba hex color red value is 130, green value is 233 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #82e9ba hue: 0.42 , saturation: 0.70 and the lightness value of 82e9ba is 0.71.

The process color (four color CMYK) of #82e9ba color hex is 0.44, 0.00, 0.20, 0.09. Web safe color of #82e9ba is #99ffcc. Color #82e9ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11101001 10111010
Octal 202 351 272
Decimal 130 233 186
Hex 82 E9 BA

RGB Percentages of Color #82e9ba

%23.68
%42.44
%33.88

CMYK Percentages of Color #82e9ba

%44
%0
%20
%9

Triadic Colors of #82e9ba

#82e9ba #ba82e9 #e9ba82

Analogous Colors of #82e9ba

#82e9ba #82e5e9 #82e987

Monochromatic Colors of #82e9ba

#82e9ba

Complementary Color

#82e9ba #e982b1

#82e9ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82e9ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#82e9ba Color CSS Codes

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

#82e9ba Text Font Color

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

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


#82e9ba Background Color

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

This div background color is #82e9ba


#82e9ba Border Color

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

This div border color is #82e9ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82e9ba


Comments

No comments written yet.

Please login to write comment.