Color Hex Logo

#a0feab Color Hex

#A0FEAB
(160,254,171)
0 Favorites   0 Comments

Color spaces of #a0feab

RGB 160254171
HSL0.350.980.81
HSV127°37°100°
CMYK 0.370.000.33   0.00
XYZ57.289781.297551.2006
Yxy81.29750.30190.4284
Hunter Lab90.1651-44.372529.4475
CIE-Lab92.2639-44.294931.1364

#a0feab color RGB value is (160,254,171).

#a0feab hex color red value is 160, green value is 254 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a0feab hue: 0.35 , saturation: 0.98 and the lightness value of a0feab is 0.81.

The process color (four color CMYK) of #a0feab color hex is 0.37, 0.00, 0.33, 0.00. Web safe color of #a0feab is #99ff99. Color #a0feab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11111110 10101011
Octal 240 376 253
Decimal 160 254 171
Hex A0 FE AB

RGB Percentages of Color #a0feab

%27.35
%43.42
%29.23

CMYK Percentages of Color #a0feab

%37
%0
%33
%0

Triadic Colors of #a0feab

#a0feab #aba0fe #feaba0

Analogous Colors of #a0feab

#a0feab #a0feda #c4fea0

Monochromatic Colors of #a0feab

#a0feab

Complementary Color

#a0feab #fea0f3

#a0feab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0feab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0feab Color CSS Codes

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

#a0feab Text Font Color

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

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


#a0feab Background Color

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

This div background color is #a0feab


#a0feab Border Color

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

This div border color is #a0feab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,254,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0feab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0feab;
  -webkit-box-shadow: 1px 1px 3px 2px #a0feab;
  box-shadow:         1px 1px 3px 2px #a0feab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0feab


Comments

No comments written yet.

Please login to write comment.