Color Hex Logo

#a6dadc Color Hex

#A6DADC
(166,218,220)
0 Favorites   0 Comments

Color spaces of #a6dadc

RGB 166218220
HSL0.510.440.76
HSV182°25°86°
CMYK 0.250.010.00   0.14
XYZ53.715663.417177.1198
Yxy63.41710.27650.3265
Hunter Lab79.6349-18.9585-1.6731
CIE-Lab83.6614-16.1873-6.4484

#a6dadc color RGB value is (166,218,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11011010 11011100
Octal 246 332 334
Decimal 166 218 220
Hex A6 DA DC

RGB Percentages of Color #a6dadc

%27.48
%36.09
%36.42

CMYK Percentages of Color #a6dadc

%25
%1
%0
%14

Triadic Colors of #a6dadc

#a6dadc #dca6da #dadca6

Analogous Colors of #a6dadc

#a6dadc #a6bfdc #a6dcc3

Monochromatic Colors of #a6dadc

#a6dadc

Complementary Color

#a6dadc #dca8a6

#a6dadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6dadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6dadc Color CSS Codes

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

#a6dadc Text Font Color

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

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


#a6dadc Background Color

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

This div background color is #a6dadc


#a6dadc Border Color

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

This div border color is #a6dadc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,218,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 #a6dadc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6dadc


Comments

No comments written yet.

Please login to write comment.