Color Hex Logo

#a0ebae Color Hex

#A0EBAE
(160,235,174)
0 Favorites   0 Comments

Color spaces of #a0ebae

RGB 160235174
HSL0.360.650.77
HSV131°32°92°
CMYK 0.320.000.26   0.08
XYZ51.845569.946250.8128
Yxy69.94620.30040.4052
Hunter Lab83.6338-35.705222.5213
CIE-Lab86.9705-35.304822.4034

#a0ebae color RGB value is (160,235,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101011 10101110
Octal 240 353 256
Decimal 160 235 174
Hex A0 EB AE

RGB Percentages of Color #a0ebae

%28.12
%41.30
%30.58

CMYK Percentages of Color #a0ebae

%32
%0
%26
%8

Triadic Colors of #a0ebae

#a0ebae #aea0eb #ebaea0

Analogous Colors of #a0ebae

#a0ebae #a0ebd4 #b8eba0

Monochromatic Colors of #a0ebae

#a0ebae

Complementary Color

#a0ebae #eba0dd

#a0ebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ebae Color CSS Codes

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

#a0ebae Text Font Color

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

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


#a0ebae Background Color

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

This div background color is #a0ebae


#a0ebae Border Color

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

This div border color is #a0ebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ebae


Comments

No comments written yet.

Please login to write comment.