Color Hex Logo

#82ebcb Color Hex

#82EBCB
(130,235,203)
0 Favorites   0 Comments

Color spaces of #82ebcb

RGB 130235203
HSL0.450.720.72
HSV162°45°92°
CMYK 0.450.000.14   0.08
XYZ49.693768.474367.0976
Yxy68.47430.26820.3696
Hunter Lab82.7492-37.61589.8488
CIE-Lab86.2431-37.90156.0866

#82ebcb color RGB value is (130,235,203).

#82ebcb hex color red value is 130, green value is 235 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #82ebcb hue: 0.45 , saturation: 0.72 and the lightness value of 82ebcb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11101011 11001011
Octal 202 353 313
Decimal 130 235 203
Hex 82 EB CB

RGB Percentages of Color #82ebcb

%22.89
%41.37
%35.74

CMYK Percentages of Color #82ebcb

%45
%0
%14
%8

Triadic Colors of #82ebcb

#82ebcb #cb82eb #ebcb82

Analogous Colors of #82ebcb

#82ebcb #82d7eb #82eb97

Monochromatic Colors of #82ebcb

#82ebcb

Complementary Color

#82ebcb #eb82a2

#82ebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ebcb Color CSS Codes

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

#82ebcb Text Font Color

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

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


#82ebcb Background Color

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

This div background color is #82ebcb


#82ebcb Border Color

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

This div border color is #82ebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ebcb


Comments

No comments written yet.

Please login to write comment.