Color Hex Logo

#a6bdbb Color Hex

#A6BDBB
(166,189,187)
0 Favorites   0 Comments

Color spaces of #a6bdbb

RGB 166189187
HSL0.490.150.70
HSV175°12°74°
CMYK 0.120.000.01   0.26
XYZ42.893148.090054.0353
Yxy48.09000.29580.3316
Hunter Lab69.3470-10.94972.3440
CIE-Lab74.8817-8.2128-1.6518

#a6bdbb color RGB value is (166,189,187).

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

The process color (four color CMYK) of #a6bdbb color hex is 0.12, 0.00, 0.01, 0.26. Web safe color of #a6bdbb is #99cccc. Color #a6bdbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111101 10111011
Octal 246 275 273
Decimal 166 189 187
Hex A6 BD BB

RGB Percentages of Color #a6bdbb

%30.63
%34.87
%34.50

CMYK Percentages of Color #a6bdbb

%12
%0
%1
%26

Triadic Colors of #a6bdbb

#a6bdbb #bba6bd #bdbba6

Analogous Colors of #a6bdbb

#a6bdbb #a6b4bd #a6bdb0

Monochromatic Colors of #a6bdbb

#a6bdbb

Complementary Color

#a6bdbb #bda6a8

#a6bdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bdbb Color CSS Codes

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

#a6bdbb Text Font Color

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

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


#a6bdbb Background Color

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

This div background color is #a6bdbb


#a6bdbb Border Color

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

This div border color is #a6bdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6bdbb


Comments

No comments written yet.

Please login to write comment.