Color Hex Logo

#a6eaba Color Hex

#A6EABA
(166,234,186)
0 Favorites   0 Comments

Color spaces of #a6eaba

RGB 166234186
HSL0.380.620.78
HSV138°29°92°
CMYK 0.290.000.21   0.08
XYZ54.011670.497857.2151
Yxy70.49780.29720.3879
Hunter Lab83.9630-32.109918.3719
CIE-Lab87.2404-30.856516.6094

#a6eaba color RGB value is (166,234,186).

#a6eaba hex color red value is 166, green value is 234 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a6eaba hue: 0.38 , saturation: 0.62 and the lightness value of a6eaba is 0.78.

The process color (four color CMYK) of #a6eaba color hex is 0.29, 0.00, 0.21, 0.08. Web safe color of #a6eaba is #99ffcc. Color #a6eaba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11101010 10111010
Octal 246 352 272
Decimal 166 234 186
Hex A6 EA BA

RGB Percentages of Color #a6eaba

%28.33
%39.93
%31.74

CMYK Percentages of Color #a6eaba

%29
%0
%21
%8

Triadic Colors of #a6eaba

#a6eaba #baa6ea #eabaa6

Analogous Colors of #a6eaba

#a6eaba #a6eadc #b4eaa6

Monochromatic Colors of #a6eaba

#a6eaba

Complementary Color

#a6eaba #eaa6d6

#a6eaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6eaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6eaba Color CSS Codes

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

#a6eaba Text Font Color

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

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


#a6eaba Background Color

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

This div background color is #a6eaba


#a6eaba Border Color

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

This div border color is #a6eaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6eaba


Comments

No comments written yet.

Please login to write comment.