Color Hex Logo

#a6dcac Color Hex

#A6DCAC
(166,220,172)
0 Favorites   0 Comments

Color spaces of #a6dcac

RGB 166220172
HSL0.350.440.76
HSV127°25°86°
CMYK 0.250.000.22   0.14
XYZ48.765562.271948.4792
Yxy62.27190.30570.3904
Hunter Lab78.9125-27.789518.8145
CIE-Lab83.0578-26.695618.0696

#a6dcac color RGB value is (166,220,172).

#a6dcac hex color red value is 166, green value is 220 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a6dcac hue: 0.35 , saturation: 0.44 and the lightness value of a6dcac is 0.76.

The process color (four color CMYK) of #a6dcac color hex is 0.25, 0.00, 0.22, 0.14. Web safe color of #a6dcac is #99cc99. Color #a6dcac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11011100 10101100
Octal 246 334 254
Decimal 166 220 172
Hex A6 DC AC

RGB Percentages of Color #a6dcac

%29.75
%39.43
%30.82

CMYK Percentages of Color #a6dcac

%25
%0
%22
%14

Triadic Colors of #a6dcac

#a6dcac #aca6dc #dcaca6

Analogous Colors of #a6dcac

#a6dcac #a6dcc7 #bbdca6

Monochromatic Colors of #a6dcac

#a6dcac

Complementary Color

#a6dcac #dca6d6

#a6dcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6dcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6dcac Color CSS Codes

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

#a6dcac Text Font Color

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

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


#a6dcac Background Color

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

This div background color is #a6dcac


#a6dcac Border Color

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

This div border color is #a6dcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6dcac


Comments

No comments written yet.

Please login to write comment.