Color Hex Logo

#82feea Color Hex

#82FEEA
(130,254,234)
0 Favorites   0 Comments

Color spaces of #82feea

RGB 130254234
HSL0.470.980.75
HSV170°49°100°
CMYK 0.490.000.08   0.00
XYZ59.499081.570090.4506
Yxy81.57000.25700.3523
Hunter Lab90.3161-40.45993.8430
CIE-Lab92.3847-39.4548-1.1395

#82feea color RGB value is (130,254,234).

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

The process color (four color CMYK) of #82feea color hex is 0.49, 0.00, 0.08, 0.00. Web safe color of #82feea is #99ffff. Color #82feea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11111110 11101010
Octal 202 376 352
Decimal 130 254 234
Hex 82 FE EA

RGB Percentages of Color #82feea

%21.04
%41.10
%37.86

CMYK Percentages of Color #82feea

%49
%0
%8
%0

Triadic Colors of #82feea

#82feea #ea82fe #feea82

Analogous Colors of #82feea

#82feea #82d4fe #82feac

Monochromatic Colors of #82feea

#82feea

Complementary Color

#82feea #fe8296

#82feea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82feea Color Preview on White Background

Lorem ipsum dolor sit amet.

#82feea Color CSS Codes

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

#82feea Text Font Color

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

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


#82feea Background Color

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

This div background color is #82feea


#82feea Border Color

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

This div border color is #82feea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82feea


Comments

No comments written yet.

Please login to write comment.