Color Hex Logo

#82ecbe Color Hex

#82ECBE
(130,236,190)
0 Favorites   0 Comments

Color spaces of #82ecbe

RGB 130236190
HSL0.430.740.72
HSV154°45°93°
CMYK 0.450.000.19   0.07
XYZ48.495668.454459.3722
Yxy68.45440.27500.3882
Hunter Lab82.7372-40.164015.3695
CIE-Lab86.2332-41.122312.8695

#82ecbe color RGB value is (130,236,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11101100 10111110
Octal 202 354 276
Decimal 130 236 190
Hex 82 EC BE

RGB Percentages of Color #82ecbe

%23.38
%42.45
%34.17

CMYK Percentages of Color #82ecbe

%45
%0
%19
%7

Triadic Colors of #82ecbe

#82ecbe #be82ec #ecbe82

Analogous Colors of #82ecbe

#82ecbe #82e5ec #82ec89

Monochromatic Colors of #82ecbe

#82ecbe

Complementary Color

#82ecbe #ec82b0

#82ecbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ecbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ecbe Color CSS Codes

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

#82ecbe Text Font Color

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

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


#82ecbe Background Color

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

This div background color is #82ecbe


#82ecbe Border Color

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

This div border color is #82ecbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ecbe


Comments

No comments written yet.

Please login to write comment.