Color Hex Logo

#acbabc Color Hex

#ACBABC
(172,186,188)
0 Favorites   0 Comments

Color spaces of #acbabc

RGB 172186188
HSL0.520.110.71
HSV188°74°
CMYK 0.090.010.00   0.26
XYZ43.649347.519354.4485
Yxy47.51930.29980.3263
Hunter Lab68.9342-7.60841.4231
CIE-Lab74.5207-4.4163-2.6767

#acbabc color RGB value is (172,186,188).

#acbabc hex color red value is 172, green value is 186 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #acbabc hue: 0.52 , saturation: 0.11 and the lightness value of acbabc is 0.71.

The process color (four color CMYK) of #acbabc color hex is 0.09, 0.01, 0.00, 0.26. Web safe color of #acbabc is #99cccc. Color #acbabc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111010 10111100
Octal 254 272 274
Decimal 172 186 188
Hex AC BA BC

RGB Percentages of Color #acbabc

%31.50
%34.07
%34.43

CMYK Percentages of Color #acbabc

%9
%1
%0
%26

Triadic Colors of #acbabc

#acbabc #bcacba #babcac

Analogous Colors of #acbabc

#acbabc #acb2bc #acbcb6

Monochromatic Colors of #acbabc

#acbabc

Complementary Color

#acbabc #bcaeac

#acbabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbabc Color CSS Codes

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

#acbabc Text Font Color

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

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


#acbabc Background Color

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

This div background color is #acbabc


#acbabc Border Color

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

This div border color is #acbabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbabc


Comments

No comments written yet.

Please login to write comment.