Color Hex Logo

#a6a8ef Color Hex

#A6A8EF
(166,168,239)
0 Favorites   0 Comments

Color spaces of #a6a8ef

RGB 166168239
HSL0.660.700.79
HSV238°31°94°
CMYK 0.310.300.00   0.06
XYZ45.308542.344287.4466
Yxy42.34420.25880.2418
Hunter Lab65.072410.4089-34.1253
CIE-Lab71.107615.1227-35.7195

#a6a8ef color RGB value is (166,168,239).

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

The process color (four color CMYK) of #a6a8ef color hex is 0.31, 0.30, 0.00, 0.06. Web safe color of #a6a8ef is #9999ff. Color #a6a8ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101000 11101111
Octal 246 250 357
Decimal 166 168 239
Hex A6 A8 EF

RGB Percentages of Color #a6a8ef

%28.97
%29.32
%41.71

CMYK Percentages of Color #a6a8ef

%31
%30
%0
%6

Triadic Colors of #a6a8ef

#a6a8ef #efa6a8 #a8efa6

Analogous Colors of #a6a8ef

#a6a8ef #c9a6ef #a6cdef

Monochromatic Colors of #a6a8ef

#a6a8ef

Complementary Color

#a6a8ef #efeda6

#a6a8ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6a8ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6a8ef Color CSS Codes

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

#a6a8ef Text Font Color

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

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


#a6a8ef Background Color

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

This div background color is #a6a8ef


#a6a8ef Border Color

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

This div border color is #a6a8ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6a8ef


Comments

No comments written yet.

Please login to write comment.