Color Hex Logo

#a0ebad Color Hex

#A0EBAD
(160,235,173)
0 Favorites   0 Comments

Color spaces of #a0ebad

RGB 160235173
HSL0.360.650.77
HSV130°32°92°
CMYK 0.320.000.26   0.08
XYZ51.748469.907450.3012
Yxy69.90740.30090.4065
Hunter Lab83.6106-35.841222.8579
CIE-Lab86.9514-35.478022.8930

#a0ebad color RGB value is (160,235,173).

#a0ebad hex color red value is 160, green value is 235 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a0ebad hue: 0.36 , saturation: 0.65 and the lightness value of a0ebad is 0.77.

The process color (four color CMYK) of #a0ebad color hex is 0.32, 0.00, 0.26, 0.08. Web safe color of #a0ebad is #99ff99. Color #a0ebad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101011 10101101
Octal 240 353 255
Decimal 160 235 173
Hex A0 EB AD

RGB Percentages of Color #a0ebad

%28.17
%41.37
%30.46

CMYK Percentages of Color #a0ebad

%32
%0
%26
%8

Triadic Colors of #a0ebad

#a0ebad #ada0eb #ebada0

Analogous Colors of #a0ebad

#a0ebad #a0ebd3 #b9eba0

Monochromatic Colors of #a0ebad

#a0ebad

Complementary Color

#a0ebad #eba0de

#a0ebad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ebad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ebad Color CSS Codes

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

#a0ebad Text Font Color

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

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


#a0ebad Background Color

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

This div background color is #a0ebad


#a0ebad Border Color

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

This div border color is #a0ebad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ebad


Comments

No comments written yet.

Please login to write comment.