Color Hex Logo

#82fecc Color Hex

#82FECC
(130,254,204)
0 Favorites   0 Comments

Color spaces of #82fecc

RGB 130254204
HSL0.430.980.75
HSV156°49°100°
CMYK 0.490.000.20   0.00
XYZ55.546879.989169.6386
Yxy79.98910.27070.3899
Hunter Lab89.4366-45.652316.4403
CIE-Lab91.6800-46.105113.3387

#82fecc color RGB value is (130,254,204).

#82fecc hex color red value is 130, green value is 254 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #82fecc hue: 0.43 , saturation: 0.98 and the lightness value of 82fecc is 0.75.

The process color (four color CMYK) of #82fecc color hex is 0.49, 0.00, 0.20, 0.00. Web safe color of #82fecc is #99ffcc. Color #82fecc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11111110 11001100
Octal 202 376 314
Decimal 130 254 204
Hex 82 FE CC

RGB Percentages of Color #82fecc

%22.11
%43.20
%34.69

CMYK Percentages of Color #82fecc

%49
%0
%20
%0

Triadic Colors of #82fecc

#82fecc #cc82fe #fecc82

Analogous Colors of #82fecc

#82fecc #82f2fe #82fe8e

Monochromatic Colors of #82fecc

#82fecc

Complementary Color

#82fecc #fe82b4

#82fecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82fecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#82fecc Color CSS Codes

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

#82fecc Text Font Color

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

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


#82fecc Background Color

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

This div background color is #82fecc


#82fecc Border Color

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

This div border color is #82fecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82fecc

Related Colors


Comments

No comments written yet.

Please login to write comment.