Color Hex Logo

#a2ffea Color Hex

#A2FFEA
(162,255,234)
0 Favorites   0 Comments

Color spaces of #a2ffea

RGB 162255234
HSL0.461.000.82
HSV166°36°100°
CMYK 0.360.000.08   0.00
XYZ65.511685.141990.8231
Yxy85.14190.27130.3526
Hunter Lab92.2724-34.74516.2319
CIE-Lab93.9442-32.22891.2915

#a2ffea color RGB value is (162,255,234).

#a2ffea hex color red value is 162, green value is 255 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a2ffea hue: 0.46 , saturation: 1.00 and the lightness value of a2ffea is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11111111 11101010
Octal 242 377 352
Decimal 162 255 234
Hex A2 FF EA

RGB Percentages of Color #a2ffea

%24.88
%39.17
%35.94

CMYK Percentages of Color #a2ffea

%36
%0
%8
%0

Triadic Colors of #a2ffea

#a2ffea #eaa2ff #ffeaa2

Analogous Colors of #a2ffea

#a2ffea #a2e6ff #a2ffbc

Monochromatic Colors of #a2ffea

#a2ffea

Complementary Color

#a2ffea #ffa2b7

#a2ffea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2ffea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2ffea Color CSS Codes

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

#a2ffea Text Font Color

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

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


#a2ffea Background Color

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

This div background color is #a2ffea


#a2ffea Border Color

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

This div border color is #a2ffea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,255,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a2ffea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a2ffea;
  -webkit-box-shadow: 1px 1px 3px 2px #a2ffea;
  box-shadow:         1px 1px 3px 2px #a2ffea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,255,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 #a2ffea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2ffea

Related Colors

#a2ffea Color Palettes


Comments

No comments written yet.

Please login to write comment.