Color Hex Logo

#acbcad Color Hex

#ACBCAD
(172,188,173)
0 Favorites   0 Comments

Color spaces of #acbcad

RGB 172188173
HSL0.340.110.71
HSV124°74°
CMYK 0.090.000.08   0.26
XYZ42.539347.754246.5106
Yxy47.75420.31100.3491
Hunter Lab69.1044-11.05178.4681
CIE-Lab74.6696-8.35625.7030

#acbcad color RGB value is (172,188,173).

#acbcad hex color red value is 172, green value is 188 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #acbcad hue: 0.34 , saturation: 0.11 and the lightness value of acbcad is 0.71.

The process color (four color CMYK) of #acbcad color hex is 0.09, 0.00, 0.08, 0.26. Web safe color of #acbcad is #99cc99. Color #acbcad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 10101101
Octal 254 274 255
Decimal 172 188 173
Hex AC BC AD

RGB Percentages of Color #acbcad

%32.27
%35.27
%32.46

CMYK Percentages of Color #acbcad

%9
%0
%8
%26

Triadic Colors of #acbcad

#acbcad #adacbc #bcadac

Analogous Colors of #acbcad

#acbcad #acbcb5 #b3bcac

Monochromatic Colors of #acbcad

#acbcad

Complementary Color

#acbcad #bcacbb

#acbcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbcad Color CSS Codes

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

#acbcad Text Font Color

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

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


#acbcad Background Color

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

This div background color is #acbcad


#acbcad Border Color

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

This div border color is #acbcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbcad


Comments

No comments written yet.

Please login to write comment.