Color Hex Logo

#a6bdbe Color Hex

#A6BDBE
(166,189,190)
0 Favorites   0 Comments

Color spaces of #a6bdbe

RGB 166189190
HSL0.510.160.70
HSV183°13°75°
CMYK 0.130.010.00   0.25
XYZ43.217748.219955.7447
Yxy48.21990.29360.3276
Hunter Lab69.4406-10.42801.0122
CIE-Lab74.9634-7.6001-3.1633

#a6bdbe color RGB value is (166,189,190).

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

The process color (four color CMYK) of #a6bdbe color hex is 0.13, 0.01, 0.00, 0.25. Web safe color of #a6bdbe is #99cccc. Color #a6bdbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111101 10111110
Octal 246 275 276
Decimal 166 189 190
Hex A6 BD BE

RGB Percentages of Color #a6bdbe

%30.46
%34.68
%34.86

CMYK Percentages of Color #a6bdbe

%13
%1
%0
%25

Triadic Colors of #a6bdbe

#a6bdbe #bea6bd #bdbea6

Analogous Colors of #a6bdbe

#a6bdbe #a6b1be #a6beb3

Monochromatic Colors of #a6bdbe

#a6bdbe

Complementary Color

#a6bdbe #bea7a6

#a6bdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bdbe Color CSS Codes

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

#a6bdbe Text Font Color

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

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


#a6bdbe Background Color

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

This div background color is #a6bdbe


#a6bdbe Border Color

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

This div border color is #a6bdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6bdbe


Comments

No comments written yet.

Please login to write comment.