Color Hex Logo

#82ecf0 Color Hex

#82ECF0
(130,236,240)
0 Favorites   0 Comments

Color spaces of #82ecf0

RGB 130236240
HSL0.510.790.73
HSV182°46°94°
CMYK 0.460.020.00   0.06
XYZ54.929671.028093.2528
Yxy71.02800.25060.3240
Hunter Lab84.2781-31.1465-6.6091
CIE-Lab87.4986-29.6361-11.4857

#82ecf0 color RGB value is (130,236,240).

#82ecf0 hex color red value is 130, green value is 236 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #82ecf0 hue: 0.51 , saturation: 0.79 and the lightness value of 82ecf0 is 0.73.

The process color (four color CMYK) of #82ecf0 color hex is 0.46, 0.02, 0.00, 0.06. Web safe color of #82ecf0 is #99ffff. Color #82ecf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11101100 11110000
Octal 202 354 360
Decimal 130 236 240
Hex 82 EC F0

RGB Percentages of Color #82ecf0

%21.45
%38.94
%39.60

CMYK Percentages of Color #82ecf0

%46
%2
%0
%6

Triadic Colors of #82ecf0

#82ecf0 #f082ec #ecf082

Analogous Colors of #82ecf0

#82ecf0 #82b5f0 #82f0bd

Monochromatic Colors of #82ecf0

#82ecf0

Complementary Color

#82ecf0 #f08682

#82ecf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ecf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ecf0 Color CSS Codes

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

#82ecf0 Text Font Color

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

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


#82ecf0 Background Color

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

This div background color is #82ecf0


#82ecf0 Border Color

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

This div border color is #82ecf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ecf0


Comments

No comments written yet.

Please login to write comment.