Color Hex Logo

#a6bcad Color Hex

#A6BCAD
(166,188,173)
0 Favorites   0 Comments

Color spaces of #a6bcad

RGB 166188173
HSL0.390.140.69
HSV139°12°74°
CMYK 0.120.000.08   0.26
XYZ41.251947.090646.4503
Yxy47.09060.30600.3494
Hunter Lab68.6226-12.78577.9027
CIE-Lab74.2477-10.43535.0407

#a6bcad color RGB value is (166,188,173).

#a6bcad hex color red value is 166, green value is 188 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a6bcad hue: 0.39 , saturation: 0.14 and the lightness value of a6bcad is 0.69.

The process color (four color CMYK) of #a6bcad color hex is 0.12, 0.00, 0.08, 0.26. Web safe color of #a6bcad is #99cc99. Color #a6bcad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111100 10101101
Octal 246 274 255
Decimal 166 188 173
Hex A6 BC AD

RGB Percentages of Color #a6bcad

%31.50
%35.67
%32.83

CMYK Percentages of Color #a6bcad

%12
%0
%8
%26

Triadic Colors of #a6bcad

#a6bcad #ada6bc #bcada6

Analogous Colors of #a6bcad

#a6bcad #a6bcb8 #aabca6

Monochromatic Colors of #a6bcad

#a6bcad

Complementary Color

#a6bcad #bca6b5

#a6bcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bcad Color CSS Codes

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

#a6bcad Text Font Color

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

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


#a6bcad Background Color

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

This div background color is #a6bcad


#a6bcad Border Color

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

This div border color is #a6bcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6bcad


Comments

No comments written yet.

Please login to write comment.