Color Hex Logo

#aca7cf Color Hex

#ACA7CF
(172,167,207)
0 Favorites   0 Comments

Color spaces of #aca7cf

RGB 172167207
HSL0.690.290.73
HSV248°19°81°
CMYK 0.170.190.00   0.19
XYZ42.094540.913164.7099
Yxy40.91310.28500.2770
Hunter Lab63.96335.5356-15.2077
CIE-Lab70.11509.9381-19.6772

#aca7cf color RGB value is (172,167,207).

#aca7cf hex color red value is 172, green value is 167 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aca7cf hue: 0.69 , saturation: 0.29 and the lightness value of aca7cf is 0.73.

The process color (four color CMYK) of #aca7cf color hex is 0.17, 0.19, 0.00, 0.19. Web safe color of #aca7cf is #9999cc. Color #aca7cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 11001111
Octal 254 247 317
Decimal 172 167 207
Hex AC A7 CF

RGB Percentages of Color #aca7cf

%31.50
%30.59
%37.91

CMYK Percentages of Color #aca7cf

%17
%19
%0
%19

Triadic Colors of #aca7cf

#aca7cf #cfaca7 #a7cfac

Analogous Colors of #aca7cf

#aca7cf #c0a7cf #a7b6cf

Monochromatic Colors of #aca7cf

#aca7cf

Complementary Color

#aca7cf #cacfa7

#aca7cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca7cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca7cf Color CSS Codes

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

#aca7cf Text Font Color

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

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


#aca7cf Background Color

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

This div background color is #aca7cf


#aca7cf Border Color

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

This div border color is #aca7cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca7cf


Comments

No comments written yet.

Please login to write comment.