Color Hex Logo

#acbbb2 Color Hex

#ACBBB2
(172,187,178)
0 Favorites   0 Comments

Color spaces of #acbbb2

RGB 172187178
HSL0.400.100.70
HSV144°73°
CMYK 0.080.000.05   0.27
XYZ42.819547.525749.0360
Yxy47.52570.30720.3410
Hunter Lab68.9389-9.77276.0844
CIE-Lab74.5248-6.89402.7750

#acbbb2 color RGB value is (172,187,178).

#acbbb2 hex color red value is 172, green value is 187 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #acbbb2 hue: 0.40 , saturation: 0.10 and the lightness value of acbbb2 is 0.70.

The process color (four color CMYK) of #acbbb2 color hex is 0.08, 0.00, 0.05, 0.27. Web safe color of #acbbb2 is #99cc99. Color #acbbb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 10110010
Octal 254 273 262
Decimal 172 187 178
Hex AC BB B2

RGB Percentages of Color #acbbb2

%32.03
%34.82
%33.15

CMYK Percentages of Color #acbbb2

%8
%0
%5
%27

Triadic Colors of #acbbb2

#acbbb2 #b2acbb #bbb2ac

Analogous Colors of #acbbb2

#acbbb2 #acbbba #aebbac

Monochromatic Colors of #acbbb2

#acbbb2

Complementary Color

#acbbb2 #bbacb5

#acbbb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbbb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbbb2 Color CSS Codes

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

#acbbb2 Text Font Color

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

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


#acbbb2 Background Color

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

This div background color is #acbbb2


#acbbb2 Border Color

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

This div border color is #acbbb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbbb2


Comments

No comments written yet.

Please login to write comment.