Color Hex Logo

#a6bdaf Color Hex

#A6BDAF
(166,189,175)
0 Favorites   0 Comments

Color spaces of #a6bdaf

RGB 166189175
HSL0.400.150.70
HSV143°12°74°
CMYK 0.120.000.07   0.26
XYZ41.661347.597347.5489
Yxy47.59730.30450.3479
Hunter Lab68.9908-12.94357.4305
CIE-Lab74.5702-10.57744.4190

#a6bdaf color RGB value is (166,189,175).

#a6bdaf hex color red value is 166, green value is 189 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a6bdaf hue: 0.40 , saturation: 0.15 and the lightness value of a6bdaf is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111101 10101111
Octal 246 275 257
Decimal 166 189 175
Hex A6 BD AF

RGB Percentages of Color #a6bdaf

%31.32
%35.66
%33.02

CMYK Percentages of Color #a6bdaf

%12
%0
%7
%26

Triadic Colors of #a6bdaf

#a6bdaf #afa6bd #bdafa6

Analogous Colors of #a6bdaf

#a6bdaf #a6bdbb #a9bda6

Monochromatic Colors of #a6bdaf

#a6bdaf

Complementary Color

#a6bdaf #bda6b4

#a6bdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bdaf Color CSS Codes

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

#a6bdaf Text Font Color

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

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


#a6bdaf Background Color

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

This div background color is #a6bdaf


#a6bdaf Border Color

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

This div border color is #a6bdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6bdaf


Comments

No comments written yet.

Please login to write comment.