Color Hex Logo

#a6bcd2 Color Hex

#A6BCD2
(166,188,210)
0 Favorites   0 Comments

Color spaces of #a6bcd2

RGB 166188210
HSL0.580.330.74
HSV210°21°82°
CMYK 0.210.100.00   0.18
XYZ45.342048.726667.9882
Yxy48.72660.27980.3007
Hunter Lab69.8044-6.2118-8.8842
CIE-Lab75.2809-2.7696-13.5633

#a6bcd2 color RGB value is (166,188,210).

#a6bcd2 hex color red value is 166, green value is 188 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #a6bcd2 hue: 0.58 , saturation: 0.33 and the lightness value of a6bcd2 is 0.74.

The process color (four color CMYK) of #a6bcd2 color hex is 0.21, 0.10, 0.00, 0.18. Web safe color of #a6bcd2 is #99cccc. Color #a6bcd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111100 11010010
Octal 246 274 322
Decimal 166 188 210
Hex A6 BC D2

RGB Percentages of Color #a6bcd2

%29.43
%33.33
%37.23

CMYK Percentages of Color #a6bcd2

%21
%10
%0
%18

Triadic Colors of #a6bcd2

#a6bcd2 #d2a6bc #bcd2a6

Analogous Colors of #a6bcd2

#a6bcd2 #a6a6d2 #a6d2d2

Monochromatic Colors of #a6bcd2

#a6bcd2

Complementary Color

#a6bcd2 #d2bca6

#a6bcd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bcd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bcd2 Color CSS Codes

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

#a6bcd2 Text Font Color

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

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


#a6bcd2 Background Color

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

This div background color is #a6bcd2


#a6bcd2 Border Color

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

This div border color is #a6bcd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6bcd2


Comments

No comments written yet.

Please login to write comment.