Color Hex Logo

#a7aceb Color Hex

#A7ACEB
(167,172,235)
0 Favorites   0 Comments

Color spaces of #a7aceb

RGB 167172235
HSL0.650.630.79
HSV236°29°92°
CMYK 0.290.270.00   0.08
XYZ45.684343.718784.6280
Yxy43.71870.26250.2512
Hunter Lab66.12017.6206-29.6020
CIE-Lab72.040112.1802-32.0925

#a7aceb color RGB value is (167,172,235).

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

The process color (four color CMYK) of #a7aceb color hex is 0.29, 0.27, 0.00, 0.08. Web safe color of #a7aceb is #9999ff. Color #a7aceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101100 11101011
Octal 247 254 353
Decimal 167 172 235
Hex A7 AC EB

RGB Percentages of Color #a7aceb

%29.09
%29.97
%40.94

CMYK Percentages of Color #a7aceb

%29
%27
%0
%8

Triadic Colors of #a7aceb

#a7aceb #eba7ac #aceba7

Analogous Colors of #a7aceb

#a7aceb #c4a7eb #a7ceeb

Monochromatic Colors of #a7aceb

#a7aceb

Complementary Color

#a7aceb #ebe6a7

#a7aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7aceb Color CSS Codes

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

#a7aceb Text Font Color

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

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


#a7aceb Background Color

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

This div background color is #a7aceb


#a7aceb Border Color

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

This div border color is #a7aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7aceb


Comments

No comments written yet.

Please login to write comment.