Color Hex Logo

#a0edab Color Hex

#A0EDAB
(160,237,171)
0 Favorites   0 Comments

Color spaces of #a0edab

RGB 160237171
HSL0.360.680.78
HSV129°32°93°
CMYK 0.320.000.28   0.07
XYZ52.132170.982249.4814
Yxy70.98220.30200.4113
Hunter Lab84.2509-36.988424.1541
CIE-Lab87.4764-36.734024.6426

#a0edab color RGB value is (160,237,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101101 10101011
Octal 240 355 253
Decimal 160 237 171
Hex A0 ED AB

RGB Percentages of Color #a0edab

%28.17
%41.73
%30.11

CMYK Percentages of Color #a0edab

%32
%0
%28
%7

Triadic Colors of #a0edab

#a0edab #aba0ed #edaba0

Analogous Colors of #a0edab

#a0edab #a0edd2 #bceda0

Monochromatic Colors of #a0edab

#a0edab

Complementary Color

#a0edab #eda0e2

#a0edab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0edab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0edab Color CSS Codes

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

#a0edab Text Font Color

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

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


#a0edab Background Color

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

This div background color is #a0edab


#a0edab Border Color

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

This div border color is #a0edab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0edab


Comments

No comments written yet.

Please login to write comment.