Color Hex Logo

#a6ebce Color Hex

#A6EBCE
(166,235,206)
0 Favorites   0 Comments

Color spaces of #a6ebce

RGB 166235206
HSL0.430.630.79
HSV155°29°92°
CMYK 0.290.000.12   0.08
XYZ56.574871.979969.3042
Yxy71.97990.28590.3638
Hunter Lab84.8410-29.441910.9563
CIE-Lab87.9589-27.50307.1994

#a6ebce color RGB value is (166,235,206).

#a6ebce hex color red value is 166, green value is 235 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a6ebce hue: 0.43 , saturation: 0.63 and the lightness value of a6ebce is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11101011 11001110
Octal 246 353 316
Decimal 166 235 206
Hex A6 EB CE

RGB Percentages of Color #a6ebce

%27.35
%38.71
%33.94

CMYK Percentages of Color #a6ebce

%29
%0
%12
%8

Triadic Colors of #a6ebce

#a6ebce #cea6eb #ebcea6

Analogous Colors of #a6ebce

#a6ebce #a6e6eb #a6ebac

Monochromatic Colors of #a6ebce

#a6ebce

Complementary Color

#a6ebce #eba6c3

#a6ebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6ebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6ebce Color CSS Codes

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

#a6ebce Text Font Color

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

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


#a6ebce Background Color

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

This div background color is #a6ebce


#a6ebce Border Color

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

This div border color is #a6ebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6ebce


Comments

No comments written yet.

Please login to write comment.