Color Hex Logo

#acbac4 Color Hex

#ACBAC4
(172,186,196)
0 Favorites   0 Comments

Color spaces of #acbac4

RGB 172186196
HSL0.570.170.72
HSV205°12°77°
CMYK 0.120.050.00   0.23
XYZ44.536047.874059.1179
Yxy47.87400.29390.3159
Hunter Lab69.1910-6.1897-2.2246
CIE-Lab74.7454-2.7901-6.7034

#acbac4 color RGB value is (172,186,196).

#acbac4 hex color red value is 172, green value is 186 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #acbac4 hue: 0.57 , saturation: 0.17 and the lightness value of acbac4 is 0.72.

The process color (four color CMYK) of #acbac4 color hex is 0.12, 0.05, 0.00, 0.23. Web safe color of #acbac4 is #99cccc. Color #acbac4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111010 11000100
Octal 254 272 304
Decimal 172 186 196
Hex AC BA C4

RGB Percentages of Color #acbac4

%31.05
%33.57
%35.38

CMYK Percentages of Color #acbac4

%12
%5
%0
%23

Triadic Colors of #acbac4

#acbac4 #c4acba #bac4ac

Analogous Colors of #acbac4

#acbac4 #acaec4 #acc4c2

Monochromatic Colors of #acbac4

#acbac4

Complementary Color

#acbac4 #c4b6ac

#acbac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbac4 Color CSS Codes

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

#acbac4 Text Font Color

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

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


#acbac4 Background Color

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

This div background color is #acbac4


#acbac4 Border Color

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

This div border color is #acbac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbac4


Comments

No comments written yet.

Please login to write comment.