Color Hex Logo

#a6d3ff Color Hex

#A6D3FF
(166,211,255)
0 Favorites   0 Comments

Color spaces of #a6d3ff

RGB 166211255
HSL0.581.000.83
HSV210°35°100°
CMYK 0.350.170.00   0.00
XYZ57.070261.9155103.5507
Yxy61.91550.25650.2782
Hunter Lab78.6864-8.2375-22.9447
CIE-Lab82.8685-4.3373-26.2175

#a6d3ff color RGB value is (166,211,255).

#a6d3ff hex color red value is 166, green value is 211 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a6d3ff hue: 0.58 , saturation: 1.00 and the lightness value of a6d3ff is 0.83.

The process color (four color CMYK) of #a6d3ff color hex is 0.35, 0.17, 0.00, 0.00. Web safe color of #a6d3ff is #99ccff. Color #a6d3ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11010011 11111111
Octal 246 323 377
Decimal 166 211 255
Hex A6 D3 FF

RGB Percentages of Color #a6d3ff

%26.27
%33.39
%40.35

CMYK Percentages of Color #a6d3ff

%35
%17
%0
%0

Triadic Colors of #a6d3ff

#a6d3ff #ffa6d3 #d3ffa6

Analogous Colors of #a6d3ff

#a6d3ff #a6a7ff #a6ffff

Monochromatic Colors of #a6d3ff

#a6d3ff

Complementary Color

#a6d3ff #ffd2a6

#a6d3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6d3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6d3ff Color CSS Codes

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

#a6d3ff Text Font Color

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

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


#a6d3ff Background Color

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

This div background color is #a6d3ff


#a6d3ff Border Color

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

This div border color is #a6d3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6d3ff

Related Colors

#a6d3ff Color Palettes


Comments

No comments written yet.

Please login to write comment.