Color Hex Logo

#a7acdb Color Hex

#A7ACDB
(167,172,219)
0 Favorites   0 Comments

Color spaces of #a7acdb

RGB 167172219
HSL0.650.420.76
HSV234°24°86°
CMYK 0.240.210.00   0.14
XYZ43.475142.835072.9944
Yxy42.83500.27290.2689
Hunter Lab65.44854.0365-20.3120
CIE-Lab71.44288.3366-24.2775

#a7acdb color RGB value is (167,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101100 11011011
Octal 247 254 333
Decimal 167 172 219
Hex A7 AC DB

RGB Percentages of Color #a7acdb

%29.93
%30.82
%39.25

CMYK Percentages of Color #a7acdb

%24
%21
%0
%14

Triadic Colors of #a7acdb

#a7acdb #dba7ac #acdba7

Analogous Colors of #a7acdb

#a7acdb #bca7db #a7c6db

Monochromatic Colors of #a7acdb

#a7acdb

Complementary Color

#a7acdb #dbd6a7

#a7acdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7acdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7acdb Color CSS Codes

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

#a7acdb Text Font Color

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

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


#a7acdb Background Color

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

This div background color is #a7acdb


#a7acdb Border Color

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

This div border color is #a7acdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7acdb


Comments

No comments written yet.

Please login to write comment.