Color Hex Logo

#acbbb0 Color Hex

#ACBBB0
(172,187,176)
0 Favorites   0 Comments

Color spaces of #acbbb0

RGB 172187176
HSL0.380.100.70
HSV136°73°
CMYK 0.080.000.06   0.27
XYZ42.620147.445947.9860
Yxy47.44590.30870.3437
Hunter Lab68.8810-10.09496.9123
CIE-Lab74.4741-7.27143.7898

#acbbb0 color RGB value is (172,187,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 10110000
Octal 254 273 260
Decimal 172 187 176
Hex AC BB B0

RGB Percentages of Color #acbbb0

%32.15
%34.95
%32.90

CMYK Percentages of Color #acbbb0

%8
%0
%6
%27

Triadic Colors of #acbbb0

#acbbb0 #b0acbb #bbb0ac

Analogous Colors of #acbbb0

#acbbb0 #acbbb8 #b0bbac

Monochromatic Colors of #acbbb0

#acbbb0

Complementary Color

#acbbb0 #bbacb7

#acbbb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbbb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbbb0 Color CSS Codes

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

#acbbb0 Text Font Color

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

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


#acbbb0 Background Color

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

This div background color is #acbbb0


#acbbb0 Border Color

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

This div border color is #acbbb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbbb0


Comments

No comments written yet.

Please login to write comment.