Color Hex Logo

#a6bcda Color Hex

#A6BCDA
(166,188,218)
0 Favorites   0 Comments

Color spaces of #a6bcda

RGB 166188218
HSL0.600.410.75
HSV215°24°85°
CMYK 0.240.140.00   0.15
XYZ46.364049.135473.3701
Yxy49.13540.27460.2910
Hunter Lab70.0966-4.6039-12.9911
CIE-Lab75.5355-0.9534-17.5210

#a6bcda color RGB value is (166,188,218).

#a6bcda hex color red value is 166, green value is 188 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a6bcda hue: 0.60 , saturation: 0.41 and the lightness value of a6bcda is 0.75.

The process color (four color CMYK) of #a6bcda color hex is 0.24, 0.14, 0.00, 0.15. Web safe color of #a6bcda is #99cccc. Color #a6bcda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111100 11011010
Octal 246 274 332
Decimal 166 188 218
Hex A6 BC DA

RGB Percentages of Color #a6bcda

%29.02
%32.87
%38.11

CMYK Percentages of Color #a6bcda

%24
%14
%0
%15

Triadic Colors of #a6bcda

#a6bcda #daa6bc #bcdaa6

Analogous Colors of #a6bcda

#a6bcda #aaa6da #a6d6da

Monochromatic Colors of #a6bcda

#a6bcda

Complementary Color

#a6bcda #dac4a6

#a6bcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bcda Color CSS Codes

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

#a6bcda Text Font Color

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

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


#a6bcda Background Color

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

This div background color is #a6bcda


#a6bcda Border Color

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

This div border color is #a6bcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6bcda


Comments

No comments written yet.

Please login to write comment.