Color Hex Logo

#a6bcef Color Hex

#A6BCEF
(166,188,239)
0 Favorites   0 Comments

Color spaces of #a6bcef

RGB 166188239
HSL0.620.700.79
HSV222°31°94°
CMYK 0.310.210.00   0.06
XYZ49.289150.305488.7735
Yxy50.30540.26170.2671
Hunter Lab70.9263-0.0753-24.5607
CIE-Lab76.25634.0486-27.7779

#a6bcef color RGB value is (166,188,239).

#a6bcef hex color red value is 166, green value is 188 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a6bcef hue: 0.62 , saturation: 0.70 and the lightness value of a6bcef is 0.79.

The process color (four color CMYK) of #a6bcef color hex is 0.31, 0.21, 0.00, 0.06. Web safe color of #a6bcef is #99ccff. Color #a6bcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111100 11101111
Octal 246 274 357
Decimal 166 188 239
Hex A6 BC EF

RGB Percentages of Color #a6bcef

%27.99
%31.70
%40.30

CMYK Percentages of Color #a6bcef

%31
%21
%0
%6

Triadic Colors of #a6bcef

#a6bcef #efa6bc #bcefa6

Analogous Colors of #a6bcef

#a6bcef #b5a6ef #a6e1ef

Monochromatic Colors of #a6bcef

#a6bcef

Complementary Color

#a6bcef #efd9a6

#a6bcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bcef Color CSS Codes

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

#a6bcef Text Font Color

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

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


#a6bcef Background Color

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

This div background color is #a6bcef


#a6bcef Border Color

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

This div border color is #a6bcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6bcef


Comments

No comments written yet.

Please login to write comment.