Color Hex Logo

#a7addc Color Hex

#A7ADDC
(167,173,220)
0 Favorites   0 Comments

Color spaces of #a7addc

RGB 167173220
HSL0.650.430.76
HSV233°24°86°
CMYK 0.240.210.00   0.14
XYZ43.798243.269973.7537
Yxy43.26990.27230.2691
Hunter Lab65.77993.7359-20.4312
CIE-Lab71.73788.0173-24.3738

#a7addc color RGB value is (167,173,220).

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

The process color (four color CMYK) of #a7addc color hex is 0.24, 0.21, 0.00, 0.14. Web safe color of #a7addc is #9999cc. Color #a7addc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101101 11011100
Octal 247 255 334
Decimal 167 173 220
Hex A7 AD DC

RGB Percentages of Color #a7addc

%29.82
%30.89
%39.29

CMYK Percentages of Color #a7addc

%24
%21
%0
%14

Triadic Colors of #a7addc

#a7addc #dca7ad #addca7

Analogous Colors of #a7addc

#a7addc #bca7dc #a7c8dc

Monochromatic Colors of #a7addc

#a7addc

Complementary Color

#a7addc #dcd6a7

#a7addc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7addc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7addc Color CSS Codes

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

#a7addc Text Font Color

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

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


#a7addc Background Color

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

This div background color is #a7addc


#a7addc Border Color

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

This div border color is #a7addc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7addc


Comments

No comments written yet.

Please login to write comment.