Color Hex Logo

#a8eabe Color Hex

#A8EABE
(168,234,190)
0 Favorites   0 Comments

Color spaces of #a8eabe

RGB 168234190
HSL0.390.610.79
HSV140°28°92°
CMYK 0.280.000.19   0.08
XYZ54.865570.888259.5063
Yxy70.88820.29620.3826
Hunter Lab84.1951-31.022517.0324
CIE-Lab87.4307-29.505314.8112

#a8eabe color RGB value is (168,234,190).

#a8eabe hex color red value is 168, green value is 234 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a8eabe hue: 0.39 , saturation: 0.61 and the lightness value of a8eabe is 0.79.

The process color (four color CMYK) of #a8eabe color hex is 0.28, 0.00, 0.19, 0.08. Web safe color of #a8eabe is #99ffcc. Color #a8eabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11101010 10111110
Octal 250 352 276
Decimal 168 234 190
Hex A8 EA BE

RGB Percentages of Color #a8eabe

%28.38
%39.53
%32.09

CMYK Percentages of Color #a8eabe

%28
%0
%19
%8

Triadic Colors of #a8eabe

#a8eabe #bea8ea #eabea8

Analogous Colors of #a8eabe

#a8eabe #a8eadf #b3eaa8

Monochromatic Colors of #a8eabe

#a8eabe

Complementary Color

#a8eabe #eaa8d4

#a8eabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8eabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8eabe Color CSS Codes

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

#a8eabe Text Font Color

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

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


#a8eabe Background Color

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

This div background color is #a8eabe


#a8eabe Border Color

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

This div border color is #a8eabe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,234,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8eabe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8eabe;
  -webkit-box-shadow: 1px 1px 3px 2px #a8eabe;
  box-shadow:         1px 1px 3px 2px #a8eabe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,234,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8eabe


Comments

No comments written yet.

Please login to write comment.