Color Hex Logo

#a7adff Color Hex

#A7ADFF
(167,173,255)
0 Favorites   0 Comments

Color spaces of #a7adff

RGB 167173255
HSL0.661.000.83
HSV236°35°100°
CMYK 0.350.320.00   0.00
XYZ48.929945.3226100.7770
Yxy45.32260.25090.2324
Hunter Lab67.322111.9208-41.6281
CIE-Lab73.103816.6589-41.2811

#a7adff color RGB value is (167,173,255).

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

The process color (four color CMYK) of #a7adff color hex is 0.35, 0.32, 0.00, 0.00. Web safe color of #a7adff is #9999ff. Color #a7adff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101101 11111111
Octal 247 255 377
Decimal 167 173 255
Hex A7 AD FF

RGB Percentages of Color #a7adff

%28.07
%29.08
%42.86

CMYK Percentages of Color #a7adff

%35
%32
%0
%0

Triadic Colors of #a7adff

#a7adff #ffa7ad #adffa7

Analogous Colors of #a7adff

#a7adff #cda7ff #a7d9ff

Monochromatic Colors of #a7adff

#a7adff

Complementary Color

#a7adff #fff9a7

#a7adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7adff Color CSS Codes

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

#a7adff Text Font Color

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

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


#a7adff Background Color

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

This div background color is #a7adff


#a7adff Border Color

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

This div border color is #a7adff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7adff

Related Colors


Comments

No comments written yet.

Please login to write comment.