Color Hex Logo

#a2efbe Color Hex

#A2EFBE
(162,239,190)
0 Favorites   0 Comments

Color spaces of #a2efbe

RGB 162239190
HSL0.390.710.79
HSV142°32°94°
CMYK 0.320.000.21   0.06
XYZ55.061173.132159.9291
Yxy73.13210.29270.3887
Hunter Lab85.5173-34.726418.3127
CIE-Lab88.5107-33.666416.2870

#a2efbe color RGB value is (162,239,190).

#a2efbe hex color red value is 162, green value is 239 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a2efbe hue: 0.39 , saturation: 0.71 and the lightness value of a2efbe is 0.79.

The process color (four color CMYK) of #a2efbe color hex is 0.32, 0.00, 0.21, 0.06. Web safe color of #a2efbe is #99ffcc. Color #a2efbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11101111 10111110
Octal 242 357 276
Decimal 162 239 190
Hex A2 EF BE

RGB Percentages of Color #a2efbe

%27.41
%40.44
%32.15

CMYK Percentages of Color #a2efbe

%32
%0
%21
%6

Triadic Colors of #a2efbe

#a2efbe #bea2ef #efbea2

Analogous Colors of #a2efbe

#a2efbe #a2efe5 #adefa2

Monochromatic Colors of #a2efbe

#a2efbe

Complementary Color

#a2efbe #efa2d3

#a2efbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2efbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2efbe Color CSS Codes

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

#a2efbe Text Font Color

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

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


#a2efbe Background Color

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

This div background color is #a2efbe


#a2efbe Border Color

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

This div border color is #a2efbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,239,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2efbe


Comments

No comments written yet.

Please login to write comment.