Color Hex Logo

#acadb9 Color Hex

#ACADB9
(172,173,185)
0 Favorites   0 Comments

Color spaces of #acadb9

RGB 172173185
HSL0.650.080.70
HSV235°73°
CMYK 0.070.060.00   0.27
XYZ40.713842.160651.8909
Yxy42.16060.30210.3128
Hunter Lab64.9312-1.7048-1.9308
CIE-Lab70.98151.9898-6.2532

#acadb9 color RGB value is (172,173,185).

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

The process color (four color CMYK) of #acadb9 color hex is 0.07, 0.06, 0.00, 0.27. Web safe color of #acadb9 is #9999cc. Color #acadb9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 10111001
Octal 254 255 271
Decimal 172 173 185
Hex AC AD B9

RGB Percentages of Color #acadb9

%32.45
%32.64
%34.91

CMYK Percentages of Color #acadb9

%7
%6
%0
%27

Triadic Colors of #acadb9

#acadb9 #b9acad #adb9ac

Analogous Colors of #acadb9

#acadb9 #b2acb9 #acb4b9

Monochromatic Colors of #acadb9

#acadb9

Complementary Color

#acadb9 #b9b8ac

#acadb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acadb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acadb9 Color CSS Codes

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

#acadb9 Text Font Color

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

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


#acadb9 Background Color

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

This div background color is #acadb9


#acadb9 Border Color

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

This div border color is #acadb9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,173,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 #acadb9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acadb9


Comments

No comments written yet.

Please login to write comment.