Color Hex Logo

#a6bdfc Color Hex

#A6BDFC
(166,189,252)
0 Favorites   0 Comments

Color spaces of #a6bdfc

RGB 166189252
HSL0.620.930.82
HSV224°34°99°
CMYK 0.340.250.00   0.01
XYZ51.494251.530599.3278
Yxy51.53050.25450.2547
Hunter Lab71.78472.4222-31.7896
CIE-Lab76.99926.7497-33.6260

#a6bdfc color RGB value is (166,189,252).

#a6bdfc hex color red value is 166, green value is 189 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a6bdfc hue: 0.62 , saturation: 0.93 and the lightness value of a6bdfc is 0.82.

The process color (four color CMYK) of #a6bdfc color hex is 0.34, 0.25, 0.00, 0.01. Web safe color of #a6bdfc is #99ccff. Color #a6bdfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111101 11111100
Octal 246 275 374
Decimal 166 189 252
Hex A6 BD FC

RGB Percentages of Color #a6bdfc

%27.35
%31.14
%41.52

CMYK Percentages of Color #a6bdfc

%34
%25
%0
%1

Triadic Colors of #a6bdfc

#a6bdfc #fca6bd #bdfca6

Analogous Colors of #a6bdfc

#a6bdfc #baa6fc #a6e8fc

Monochromatic Colors of #a6bdfc

#a6bdfc

Complementary Color

#a6bdfc #fce5a6

#a6bdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bdfc Color CSS Codes

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

#a6bdfc Text Font Color

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

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


#a6bdfc Background Color

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

This div background color is #a6bdfc


#a6bdfc Border Color

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

This div border color is #a6bdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6bdfc


Comments

No comments written yet.

Please login to write comment.