Color Hex Logo

#acbbba Color Hex

#ACBBBA
(172,187,186)
0 Favorites   0 Comments

Color spaces of #acbbba

RGB 172187186
HSL0.490.100.70
HSV176°73°
CMYK 0.080.000.01   0.27
XYZ43.646547.856553.3912
Yxy47.85650.30120.3303
Hunter Lab69.1784-8.44182.6654
CIE-Lab74.7343-5.3453-1.2742

#acbbba color RGB value is (172,187,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 10111010
Octal 254 273 272
Decimal 172 187 186
Hex AC BB BA

RGB Percentages of Color #acbbba

%31.56
%34.31
%34.13

CMYK Percentages of Color #acbbba

%8
%0
%1
%27

Triadic Colors of #acbbba

#acbbba #baacbb #bbbaac

Analogous Colors of #acbbba

#acbbba #acb5bb #acbbb3

Monochromatic Colors of #acbbba

#acbbba

Complementary Color

#acbbba #bbacad

#acbbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbbba Color CSS Codes

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

#acbbba Text Font Color

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

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


#acbbba Background Color

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

This div background color is #acbbba


#acbbba Border Color

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

This div border color is #acbbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbbba


Comments

No comments written yet.

Please login to write comment.