Color Hex Logo

#82eceb Color Hex

#82ECEB
(130,236,235)
0 Favorites   0 Comments

Color spaces of #82eceb

RGB 130236235
HSL0.500.740.72
HSV179°45°93°
CMYK 0.450.000.00   0.07
XYZ54.196870.734989.3940
Yxy70.73490.25290.3300
Hunter Lab84.1040-32.1563-4.1464
CIE-Lab87.3561-30.8820-9.0748

#82eceb color RGB value is (130,236,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11101100 11101011
Octal 202 354 353
Decimal 130 236 235
Hex 82 EC EB

RGB Percentages of Color #82eceb

%21.63
%39.27
%39.10

CMYK Percentages of Color #82eceb

%45
%0
%0
%7

Triadic Colors of #82eceb

#82eceb #eb82ec #eceb82

Analogous Colors of #82eceb

#82eceb #82b8ec #82ecb6

Monochromatic Colors of #82eceb

#82eceb

Complementary Color

#82eceb #ec8283

#82eceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82eceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#82eceb Color CSS Codes

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

#82eceb Text Font Color

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

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


#82eceb Background Color

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

This div background color is #82eceb


#82eceb Border Color

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

This div border color is #82eceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82eceb


Comments

No comments written yet.

Please login to write comment.