Color Hex Logo

#a6dcab Color Hex

#A6DCAB
(166,220,171)
0 Favorites   0 Comments

Color spaces of #a6dcab

RGB 166220171
HSL0.350.440.76
HSV126°25°86°
CMYK 0.250.000.22   0.14
XYZ48.669862.233747.9752
Yxy62.23370.30630.3917
Hunter Lab78.8883-27.929819.1652
CIE-Lab83.0375-26.870318.5657

#a6dcab color RGB value is (166,220,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11011100 10101011
Octal 246 334 253
Decimal 166 220 171
Hex A6 DC AB

RGB Percentages of Color #a6dcab

%29.80
%39.50
%30.70

CMYK Percentages of Color #a6dcab

%25
%0
%22
%14

Triadic Colors of #a6dcab

#a6dcab #aba6dc #dcaba6

Analogous Colors of #a6dcab

#a6dcab #a6dcc6 #bcdca6

Monochromatic Colors of #a6dcab

#a6dcab

Complementary Color

#a6dcab #dca6d7

#a6dcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6dcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6dcab Color CSS Codes

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

#a6dcab Text Font Color

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

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


#a6dcab Background Color

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

This div background color is #a6dcab


#a6dcab Border Color

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

This div border color is #a6dcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6dcab


Comments

No comments written yet.

Please login to write comment.