Color Hex Logo

#a6b6ca Color Hex

#A6B6CA
(166,182,202)
0 Favorites   0 Comments

Color spaces of #a6b6ca

RGB 166182202
HSL0.590.250.72
HSV213°18°79°
CMYK 0.180.100.00   0.21
XYZ43.114545.827262.4503
Yxy45.82720.28480.3027
Hunter Lab67.6958-4.7835-7.3088
CIE-Lab73.4333-1.3110-11.9756

#a6b6ca color RGB value is (166,182,202).

#a6b6ca hex color red value is 166, green value is 182 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a6b6ca hue: 0.59 , saturation: 0.25 and the lightness value of a6b6ca is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10110110 11001010
Octal 246 266 312
Decimal 166 182 202
Hex A6 B6 CA

RGB Percentages of Color #a6b6ca

%30.18
%33.09
%36.73

CMYK Percentages of Color #a6b6ca

%18
%10
%0
%21

Triadic Colors of #a6b6ca

#a6b6ca #caa6b6 #b6caa6

Analogous Colors of #a6b6ca

#a6b6ca #a8a6ca #a6c8ca

Monochromatic Colors of #a6b6ca

#a6b6ca

Complementary Color

#a6b6ca #cabaa6

#a6b6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6b6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6b6ca Color CSS Codes

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

#a6b6ca Text Font Color

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

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


#a6b6ca Background Color

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

This div background color is #a6b6ca


#a6b6ca Border Color

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

This div border color is #a6b6ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6b6ca


Comments

No comments written yet.

Please login to write comment.