Color Hex Logo

#a6e2be Color Hex

#A6E2BE
(166,226,190)
0 Favorites   0 Comments

Color spaces of #a6e2be

RGB 166226190
HSL0.400.510.77
HSV144°27°89°
CMYK 0.270.000.16   0.11
XYZ52.216566.217458.7443
Yxy66.21740.29470.3737
Hunter Lab81.3741-27.863914.1601
CIE-Lab85.1072-26.301311.5062

#a6e2be color RGB value is (166,226,190).

#a6e2be hex color red value is 166, green value is 226 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a6e2be hue: 0.40 , saturation: 0.51 and the lightness value of a6e2be is 0.77.

The process color (four color CMYK) of #a6e2be color hex is 0.27, 0.00, 0.16, 0.11. Web safe color of #a6e2be is #99cccc. Color #a6e2be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11100010 10111110
Octal 246 342 276
Decimal 166 226 190
Hex A6 E2 BE

RGB Percentages of Color #a6e2be

%28.52
%38.83
%32.65

CMYK Percentages of Color #a6e2be

%27
%0
%16
%11

Triadic Colors of #a6e2be

#a6e2be #bea6e2 #e2bea6

Analogous Colors of #a6e2be

#a6e2be #a6e2dc #ace2a6

Monochromatic Colors of #a6e2be

#a6e2be

Complementary Color

#a6e2be #e2a6ca

#a6e2be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6e2be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6e2be Color CSS Codes

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

#a6e2be Text Font Color

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

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


#a6e2be Background Color

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

This div background color is #a6e2be


#a6e2be Border Color

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

This div border color is #a6e2be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6e2be


Comments

No comments written yet.

Please login to write comment.