Color Hex Logo

#a6b9dc Color Hex

#A6B9DC
(166,185,220)
0 Favorites   0 Comments

Color spaces of #a6b9dc

RGB 166185220
HSL0.610.440.76
HSV219°25°86°
CMYK 0.250.160.00   0.14
XYZ45.993147.972274.5456
Yxy47.97220.27290.2847
Hunter Lab69.2620-2.6763-15.3295
CIE-Lab74.80741.1326-19.7078

#a6b9dc color RGB value is (166,185,220).

#a6b9dc hex color red value is 166, green value is 185 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a6b9dc hue: 0.61 , saturation: 0.44 and the lightness value of a6b9dc is 0.76.

The process color (four color CMYK) of #a6b9dc color hex is 0.25, 0.16, 0.00, 0.14. Web safe color of #a6b9dc is #99cccc. Color #a6b9dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111001 11011100
Octal 246 271 334
Decimal 166 185 220
Hex A6 B9 DC

RGB Percentages of Color #a6b9dc

%29.07
%32.40
%38.53

CMYK Percentages of Color #a6b9dc

%25
%16
%0
%14

Triadic Colors of #a6b9dc

#a6b9dc #dca6b9 #b9dca6

Analogous Colors of #a6b9dc

#a6b9dc #aea6dc #a6d4dc

Monochromatic Colors of #a6b9dc

#a6b9dc

Complementary Color

#a6b9dc #dcc9a6

#a6b9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6b9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6b9dc Color CSS Codes

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

#a6b9dc Text Font Color

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

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


#a6b9dc Background Color

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

This div background color is #a6b9dc


#a6b9dc Border Color

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

This div border color is #a6b9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6b9dc


Comments

No comments written yet.

Please login to write comment.