Color Hex Logo

#a7adde Color Hex

#A7ADDE
(167,173,222)
0 Favorites   0 Comments

Color spaces of #a7adde

RGB 167173222
HSL0.650.450.76
HSV233°25°87°
CMYK 0.250.220.00   0.13
XYZ44.064743.376675.1573
Yxy43.37660.27100.2668
Hunter Lab65.86094.1701-21.5562
CIE-Lab71.80988.4884-25.3568

#a7adde color RGB value is (167,173,222).

#a7adde hex color red value is 167, green value is 173 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a7adde hue: 0.65 , saturation: 0.45 and the lightness value of a7adde is 0.76.

The process color (four color CMYK) of #a7adde color hex is 0.25, 0.22, 0.00, 0.13. Web safe color of #a7adde is #9999cc. Color #a7adde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101101 11011110
Octal 247 255 336
Decimal 167 173 222
Hex A7 AD DE

RGB Percentages of Color #a7adde

%29.72
%30.78
%39.50

CMYK Percentages of Color #a7adde

%25
%22
%0
%13

Triadic Colors of #a7adde

#a7adde #dea7ad #addea7

Analogous Colors of #a7adde

#a7adde #bda7de #a7c9de

Monochromatic Colors of #a7adde

#a7adde

Complementary Color

#a7adde #ded8a7

#a7adde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7adde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7adde Color CSS Codes

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

#a7adde Text Font Color

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

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


#a7adde Background Color

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

This div background color is #a7adde


#a7adde Border Color

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

This div border color is #a7adde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,173,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7adde


Comments

No comments written yet.

Please login to write comment.