Color Hex Logo

#aca7be Color Hex

#ACA7BE
(172,167,190)
0 Favorites   0 Comments

Color spaces of #aca7be

RGB 172167190
HSL0.700.150.70
HSV253°12°75°
CMYK 0.090.120.00   0.25
XYZ40.126240.125854.3454
Yxy40.12580.29810.2981
Hunter Lab63.34492.2182-6.5251
CIE-Lab69.55906.2991-11.1311

#aca7be color RGB value is (172,167,190).

#aca7be hex color red value is 172, green value is 167 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aca7be hue: 0.70 , saturation: 0.15 and the lightness value of aca7be is 0.70.

The process color (four color CMYK) of #aca7be color hex is 0.09, 0.12, 0.00, 0.25. Web safe color of #aca7be is #9999cc. Color #aca7be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 10111110
Octal 254 247 276
Decimal 172 167 190
Hex AC A7 BE

RGB Percentages of Color #aca7be

%32.51
%31.57
%35.92

CMYK Percentages of Color #aca7be

%9
%12
%0
%25

Triadic Colors of #aca7be

#aca7be #beaca7 #a7beac

Analogous Colors of #aca7be

#aca7be #b8a7be #a7aebe

Monochromatic Colors of #aca7be

#aca7be

Complementary Color

#aca7be #b9bea7

#aca7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca7be Color CSS Codes

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

#aca7be Text Font Color

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

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


#aca7be Background Color

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

This div background color is #aca7be


#aca7be Border Color

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

This div border color is #aca7be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca7be


Comments

No comments written yet.

Please login to write comment.