Color Hex Logo

#a6ecba Color Hex

#A6ECBA
(166,236,186)
0 Favorites   0 Comments

Color spaces of #a6ecba

RGB 166236186
HSL0.380.650.79
HSV137°30°93°
CMYK 0.300.000.21   0.07
XYZ54.584371.643157.4060
Yxy71.64310.29720.3901
Hunter Lab84.6422-33.012419.0380
CIE-Lab87.7965-31.794717.3889

#a6ecba color RGB value is (166,236,186).

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

The process color (four color CMYK) of #a6ecba color hex is 0.30, 0.00, 0.21, 0.07. Web safe color of #a6ecba is #99ffcc. Color #a6ecba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11101100 10111010
Octal 246 354 272
Decimal 166 236 186
Hex A6 EC BA

RGB Percentages of Color #a6ecba

%28.23
%40.14
%31.63

CMYK Percentages of Color #a6ecba

%30
%0
%21
%7

Triadic Colors of #a6ecba

#a6ecba #baa6ec #ecbaa6

Analogous Colors of #a6ecba

#a6ecba #a6ecdd #b5eca6

Monochromatic Colors of #a6ecba

#a6ecba

Complementary Color

#a6ecba #eca6d8

#a6ecba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6ecba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6ecba Color CSS Codes

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

#a6ecba Text Font Color

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

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


#a6ecba Background Color

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

This div background color is #a6ecba


#a6ecba Border Color

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

This div border color is #a6ecba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6ecba


Comments

No comments written yet.

Please login to write comment.