Color Hex Logo

#acbcbf Color Hex

#ACBCBF
(172,188,191)
0 Favorites   0 Comments

Color spaces of #acbcbf

RGB 172188191
HSL0.530.130.71
HSV189°10°75°
CMYK 0.100.020.00   0.25
XYZ44.400448.498756.3112
Yxy48.49870.29760.3250
Hunter Lab69.6410-8.06710.8073
CIE-Lab75.1384-4.8786-3.4018

#acbcbf color RGB value is (172,188,191).

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

The process color (four color CMYK) of #acbcbf color hex is 0.10, 0.02, 0.00, 0.25. Web safe color of #acbcbf is #99cccc. Color #acbcbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 10111111
Octal 254 274 277
Decimal 172 188 191
Hex AC BC BF

RGB Percentages of Color #acbcbf

%31.22
%34.12
%34.66

CMYK Percentages of Color #acbcbf

%10
%2
%0
%25

Triadic Colors of #acbcbf

#acbcbf #bfacbc #bcbfac

Analogous Colors of #acbcbf

#acbcbf #acb3bf #acbfb9

Monochromatic Colors of #acbcbf

#acbcbf

Complementary Color

#acbcbf #bfafac

#acbcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbcbf Color CSS Codes

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

#acbcbf Text Font Color

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

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


#acbcbf Background Color

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

This div background color is #acbcbf


#acbcbf Border Color

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

This div border color is #acbcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbcbf


Comments

No comments written yet.

Please login to write comment.