Color Hex Logo

#acbbb9 Color Hex

#ACBBB9
(172,187,185)
0 Favorites   0 Comments

Color spaces of #acbbb9

RGB 172187185
HSL0.480.100.70
HSV172°73°
CMYK 0.080.000.01   0.27
XYZ43.540547.814152.8332
Yxy47.81410.30200.3316
Hunter Lab69.1477-8.61183.1021
CIE-Lab74.7075-5.5423-0.7690

#acbbb9 color RGB value is (172,187,185).

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

The process color (four color CMYK) of #acbbb9 color hex is 0.08, 0.00, 0.01, 0.27. Web safe color of #acbbb9 is #99cccc. Color #acbbb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 10111001
Octal 254 273 271
Decimal 172 187 185
Hex AC BB B9

RGB Percentages of Color #acbbb9

%31.62
%34.38
%34.01

CMYK Percentages of Color #acbbb9

%8
%0
%1
%27

Triadic Colors of #acbbb9

#acbbb9 #b9acbb #bbb9ac

Analogous Colors of #acbbb9

#acbbb9 #acb6bb #acbbb2

Monochromatic Colors of #acbbb9

#acbbb9

Complementary Color

#acbbb9 #bbacae

#acbbb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbbb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbbb9 Color CSS Codes

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

#acbbb9 Text Font Color

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

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


#acbbb9 Background Color

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

This div background color is #acbbb9


#acbbb9 Border Color

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

This div border color is #acbbb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbbb9


Comments

No comments written yet.

Please login to write comment.