Color Hex Logo

#a6bddf Color Hex

#A6BDDF
(166,189,223)
0 Favorites   0 Comments

Color spaces of #a6bddf

RGB 166189223
HSL0.600.470.76
HSV216°26°87°
CMYK 0.260.150.00   0.13
XYZ47.242849.829976.9402
Yxy49.82990.27150.2864
Hunter Lab70.5903-4.0713-15.2102
CIE-Lab75.9647-0.3323-19.5800

#a6bddf color RGB value is (166,189,223).

#a6bddf hex color red value is 166, green value is 189 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a6bddf hue: 0.60 , saturation: 0.47 and the lightness value of a6bddf is 0.76.

The process color (four color CMYK) of #a6bddf color hex is 0.26, 0.15, 0.00, 0.13. Web safe color of #a6bddf is #99cccc. Color #a6bddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111101 11011111
Octal 246 275 337
Decimal 166 189 223
Hex A6 BD DF

RGB Percentages of Color #a6bddf

%28.72
%32.70
%38.58

CMYK Percentages of Color #a6bddf

%26
%15
%0
%13

Triadic Colors of #a6bddf

#a6bddf #dfa6bd #bddfa6

Analogous Colors of #a6bddf

#a6bddf #aca6df #a6dadf

Monochromatic Colors of #a6bddf

#a6bddf

Complementary Color

#a6bddf #dfc8a6

#a6bddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bddf Color CSS Codes

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

#a6bddf Text Font Color

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

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


#a6bddf Background Color

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

This div background color is #a6bddf


#a6bddf Border Color

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

This div border color is #a6bddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6bddf

#a6bddf Color Palettes


Comments

No comments written yet.

Please login to write comment.