Color Hex Logo

#a1eabe Color Hex

#A1EABE
(161,234,190)
0 Favorites   0 Comments

Color spaces of #a1eabe

RGB 161234190
HSL0.400.630.77
HSV144°31°92°
CMYK 0.310.000.19   0.08
XYZ53.415070.140459.4384
Yxy70.14040.29190.3833
Hunter Lab83.7499-32.716416.5460
CIE-Lab87.0657-31.633714.2441

#a1eabe color RGB value is (161,234,190).

#a1eabe hex color red value is 161, green value is 234 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a1eabe hue: 0.40 , saturation: 0.63 and the lightness value of a1eabe is 0.77.

The process color (four color CMYK) of #a1eabe color hex is 0.31, 0.00, 0.19, 0.08. Web safe color of #a1eabe is #99ffcc. Color #a1eabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11101010 10111110
Octal 241 352 276
Decimal 161 234 190
Hex A1 EA BE

RGB Percentages of Color #a1eabe

%27.52
%40.00
%32.48

CMYK Percentages of Color #a1eabe

%31
%0
%19
%8

Triadic Colors of #a1eabe

#a1eabe #bea1ea #eabea1

Analogous Colors of #a1eabe

#a1eabe #a1eae3 #a9eaa1

Monochromatic Colors of #a1eabe

#a1eabe

Complementary Color

#a1eabe #eaa1cd

#a1eabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1eabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1eabe Color CSS Codes

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

#a1eabe Text Font Color

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

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


#a1eabe Background Color

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

This div background color is #a1eabe


#a1eabe Border Color

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

This div border color is #a1eabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1eabe


Comments

No comments written yet.

Please login to write comment.