Color Hex Logo

#a6bbdd Color Hex

#A6BBDD
(166,187,221)
0 Favorites   0 Comments

Color spaces of #a6bbdd

RGB 166187221
HSL0.600.450.76
HSV217°25°87°
CMYK 0.250.150.00   0.13
XYZ46.547448.868175.3858
Yxy48.86810.27250.2861
Hunter Lab69.9057-3.4791-15.0039
CIE-Lab75.36920.2817-19.3989

#a6bbdd color RGB value is (166,187,221).

#a6bbdd hex color red value is 166, green value is 187 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a6bbdd hue: 0.60 , saturation: 0.45 and the lightness value of a6bbdd is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111011 11011101
Octal 246 273 335
Decimal 166 187 221
Hex A6 BB DD

RGB Percentages of Color #a6bbdd

%28.92
%32.58
%38.50

CMYK Percentages of Color #a6bbdd

%25
%15
%0
%13

Triadic Colors of #a6bbdd

#a6bbdd #dda6bb #bbdda6

Analogous Colors of #a6bbdd

#a6bbdd #ada6dd #a6d7dd

Monochromatic Colors of #a6bbdd

#a6bbdd

Complementary Color

#a6bbdd #ddc8a6

#a6bbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bbdd Color CSS Codes

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

#a6bbdd Text Font Color

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

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


#a6bbdd Background Color

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

This div background color is #a6bbdd


#a6bbdd Border Color

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

This div border color is #a6bbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6bbdd

#a6bbdd Color Palettes


Comments

No comments written yet.

Please login to write comment.