Color Hex Logo

#82eccf Color Hex

#82ECCF
(130,236,207)
0 Favorites   0 Comments

Color spaces of #82eccf

RGB 130236207
HSL0.450.740.72
HSV164°45°93°
CMYK 0.450.000.12   0.07
XYZ50.463969.241769.7367
Yxy69.24170.26640.3655
Hunter Lab83.2116-37.36858.5593
CIE-Lab86.6236-37.47134.5399

#82eccf color RGB value is (130,236,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11101100 11001111
Octal 202 354 317
Decimal 130 236 207
Hex 82 EC CF

RGB Percentages of Color #82eccf

%22.69
%41.19
%36.13

CMYK Percentages of Color #82eccf

%45
%0
%12
%7

Triadic Colors of #82eccf

#82eccf #cf82ec #eccf82

Analogous Colors of #82eccf

#82eccf #82d4ec #82ec9a

Monochromatic Colors of #82eccf

#82eccf

Complementary Color

#82eccf #ec829f

#82eccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82eccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#82eccf Color CSS Codes

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

#82eccf Text Font Color

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

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


#82eccf Background Color

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

This div background color is #82eccf


#82eccf Border Color

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

This div border color is #82eccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82eccf


Comments

No comments written yet.

Please login to write comment.