Color Hex Logo

#a0ecab Color Hex

#A0ECAB
(160,236,171)
0 Favorites   0 Comments

Color spaces of #a0ecab

RGB 160236171
HSL0.360.670.78
HSV129°32°93°
CMYK 0.320.000.28   0.07
XYZ51.843370.404849.3851
Yxy70.40480.30210.4102
Hunter Lab83.9076-36.549923.8392
CIE-Lab87.1950-36.278524.2573

#a0ecab color RGB value is (160,236,171).

#a0ecab hex color red value is 160, green value is 236 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a0ecab hue: 0.36 , saturation: 0.67 and the lightness value of a0ecab is 0.78.

The process color (four color CMYK) of #a0ecab color hex is 0.32, 0.00, 0.28, 0.07. Web safe color of #a0ecab is #99ff99. Color #a0ecab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101100 10101011
Octal 240 354 253
Decimal 160 236 171
Hex A0 EC AB

RGB Percentages of Color #a0ecab

%28.22
%41.62
%30.16

CMYK Percentages of Color #a0ecab

%32
%0
%28
%7

Triadic Colors of #a0ecab

#a0ecab #aba0ec #ecaba0

Analogous Colors of #a0ecab

#a0ecab #a0ecd1 #bbeca0

Monochromatic Colors of #a0ecab

#a0ecab

Complementary Color

#a0ecab #eca0e1

#a0ecab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ecab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ecab Color CSS Codes

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

#a0ecab Text Font Color

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

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


#a0ecab Background Color

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

This div background color is #a0ecab


#a0ecab Border Color

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

This div border color is #a0ecab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ecab


Comments

No comments written yet.

Please login to write comment.