Color Hex Logo

#a6eacc Color Hex

#A6EACC
(166,234,204)
0 Favorites   0 Comments

Color spaces of #a6eacc

RGB 166234204
HSL0.430.620.78
HSV154°29°92°
CMYK 0.290.000.13   0.08
XYZ56.047871.312367.9374
Yxy71.31230.28700.3651
Hunter Lab84.4466-29.309911.4138
CIE-Lab87.6365-27.42347.7820

#a6eacc color RGB value is (166,234,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11101010 11001100
Octal 246 352 314
Decimal 166 234 204
Hex A6 EA CC

RGB Percentages of Color #a6eacc

%27.48
%38.74
%33.77

CMYK Percentages of Color #a6eacc

%29
%0
%13
%8

Triadic Colors of #a6eacc

#a6eacc #cca6ea #eacca6

Analogous Colors of #a6eacc

#a6eacc #a6e6ea #a6eaaa

Monochromatic Colors of #a6eacc

#a6eacc

Complementary Color

#a6eacc #eaa6c4

#a6eacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6eacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6eacc Color CSS Codes

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

#a6eacc Text Font Color

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

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


#a6eacc Background Color

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

This div background color is #a6eacc


#a6eacc Border Color

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

This div border color is #a6eacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6eacc


Comments

No comments written yet.

Please login to write comment.