Color Hex Logo

#acbbad Color Hex

#ACBBAD
(172,187,173)
0 Favorites   0 Comments

Color spaces of #acbbad

RGB 172187173
HSL0.340.100.70
HSV124°73°
CMYK 0.080.000.07   0.27
XYZ42.326447.328446.4396
Yxy47.32840.31100.3478
Hunter Lab68.7956-10.57058.1340
CIE-Lab74.3993-7.83035.3137

#acbbad color RGB value is (172,187,173).

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

The process color (four color CMYK) of #acbbad color hex is 0.08, 0.00, 0.07, 0.27. Web safe color of #acbbad is #99cc99. Color #acbbad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 10101101
Octal 254 273 255
Decimal 172 187 173
Hex AC BB AD

RGB Percentages of Color #acbbad

%32.33
%35.15
%32.52

CMYK Percentages of Color #acbbad

%8
%0
%7
%27

Triadic Colors of #acbbad

#acbbad #adacbb #bbadac

Analogous Colors of #acbbad

#acbbad #acbbb5 #b3bbac

Monochromatic Colors of #acbbad

#acbbad

Complementary Color

#acbbad #bbacba

#acbbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbbad Color CSS Codes

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

#acbbad Text Font Color

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

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


#acbbad Background Color

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

This div background color is #acbbad


#acbbad Border Color

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

This div border color is #acbbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbbad


Comments

No comments written yet.

Please login to write comment.