Color Hex Logo

#acafc2 Color Hex

#ACAFC2
(172,175,194)
0 Favorites   0 Comments

Color spaces of #acafc2

RGB 172175194
HSL0.640.150.72
HSV232°11°76°
CMYK 0.110.100.00   0.24
XYZ42.080843.325657.1837
Yxy43.32560.29510.3038
Hunter Lab65.8222-1.0719-5.4333
CIE-Lab71.77542.7398-10.0249

#acafc2 color RGB value is (172,175,194).

#acafc2 hex color red value is 172, green value is 175 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #acafc2 hue: 0.64 , saturation: 0.15 and the lightness value of acafc2 is 0.72.

The process color (four color CMYK) of #acafc2 color hex is 0.11, 0.10, 0.00, 0.24. Web safe color of #acafc2 is #9999cc. Color #acafc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101111 11000010
Octal 254 257 302
Decimal 172 175 194
Hex AC AF C2

RGB Percentages of Color #acafc2

%31.79
%32.35
%35.86

CMYK Percentages of Color #acafc2

%11
%10
%0
%24

Triadic Colors of #acafc2

#acafc2 #c2acaf #afc2ac

Analogous Colors of #acafc2

#acafc2 #b4acc2 #acbac2

Monochromatic Colors of #acafc2

#acafc2

Complementary Color

#acafc2 #c2bfac

#acafc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acafc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acafc2 Color CSS Codes

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

#acafc2 Text Font Color

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

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


#acafc2 Background Color

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

This div background color is #acafc2


#acafc2 Border Color

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

This div border color is #acafc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acafc2


Comments

No comments written yet.

Please login to write comment.