Color Hex Logo

#acadb1 Color Hex

#ACADB1
(172,173,177)
1 Favorites   0 Comments

Color spaces of #acadb1

RGB 172173177
HSL0.630.030.68
HSV228°69°
CMYK 0.030.020.00   0.31
XYZ39.892641.832147.5668
Yxy41.83210.30850.3235
Hunter Lab64.6777-3.08901.6700
CIE-Lab70.75500.4148-2.1780

#acadb1 color RGB value is (172,173,177).

#acadb1 hex color red value is 172, green value is 173 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #acadb1 hue: 0.63 , saturation: 0.03 and the lightness value of acadb1 is 0.68.

The process color (four color CMYK) of #acadb1 color hex is 0.03, 0.02, 0.00, 0.31. Web safe color of #acadb1 is #999999. Color #acadb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 10110001
Octal 254 255 261
Decimal 172 173 177
Hex AC AD B1

RGB Percentages of Color #acadb1

%32.95
%33.14
%33.91

CMYK Percentages of Color #acadb1

%3
%2
%0
%31

Triadic Colors of #acadb1

#acadb1 #b1acad #adb1ac

Analogous Colors of #acadb1

#acadb1 #aeacb1 #acb0b1

Monochromatic Colors of #acadb1

#acadb1

Complementary Color

#acadb1 #b1b0ac

#acadb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acadb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acadb1 Color CSS Codes

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

#acadb1 Text Font Color

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

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


#acadb1 Background Color

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

This div background color is #acadb1


#acadb1 Border Color

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

This div border color is #acadb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acadb1

#acadb1 Color Palettes


Comments

No comments written yet.

Please login to write comment.