Color Hex Logo

#82ffae Color Hex

#82FFAE
(130,255,174)
0 Favorites   0 Comments

Color spaces of #82ffae

RGB 130255174
HSL0.391.000.75
HSV141°49°100°
CMYK 0.490.000.32   0.00
XYZ52.605979.321852.5824
Yxy79.32180.28510.4299
Hunter Lab89.0628-50.426927.3393
CIE-Lab91.3797-52.322528.2252

#82ffae color RGB value is (130,255,174).

#82ffae hex color red value is 130, green value is 255 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #82ffae hue: 0.39 , saturation: 1.00 and the lightness value of 82ffae is 0.75.

The process color (four color CMYK) of #82ffae color hex is 0.49, 0.00, 0.32, 0.00. Web safe color of #82ffae is #99ff99. Color #82ffae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11111111 10101110
Octal 202 377 256
Decimal 130 255 174
Hex 82 FF AE

RGB Percentages of Color #82ffae

%23.26
%45.62
%31.13

CMYK Percentages of Color #82ffae

%49
%0
%32
%0

Triadic Colors of #82ffae

#82ffae #ae82ff #ffae82

Analogous Colors of #82ffae

#82ffae #82ffed #95ff82

Monochromatic Colors of #82ffae

#82ffae

Complementary Color

#82ffae #ff82d3

#82ffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ffae Color CSS Codes

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

#82ffae Text Font Color

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

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


#82ffae Background Color

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

This div background color is #82ffae


#82ffae Border Color

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

This div border color is #82ffae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ffae


Comments

No comments written yet.

Please login to write comment.