Color Hex Logo

#acabb7 Color Hex

#ACABB7
(172,171,183)
0 Favorites   0 Comments

Color spaces of #acabb7

RGB 172171183
HSL0.680.080.69
HSV245°72°
CMYK 0.060.070.00   0.28
XYZ40.123441.315450.6597
Yxy41.31540.30370.3128
Hunter Lab64.2771-1.0605-1.7352
CIE-Lab70.39632.6813-6.0167

#acabb7 color RGB value is (172,171,183).

#acabb7 hex color red value is 172, green value is 171 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #acabb7 hue: 0.68 , saturation: 0.08 and the lightness value of acabb7 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 10110111
Octal 254 253 267
Decimal 172 171 183
Hex AC AB B7

RGB Percentages of Color #acabb7

%32.70
%32.51
%34.79

CMYK Percentages of Color #acabb7

%6
%7
%0
%28

Triadic Colors of #acabb7

#acabb7 #b7acab #abb7ac

Analogous Colors of #acabb7

#acabb7 #b2abb7 #abb0b7

Monochromatic Colors of #acabb7

#acabb7

Complementary Color

#acabb7 #b6b7ab

#acabb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acabb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acabb7 Color CSS Codes

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

#acabb7 Text Font Color

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

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


#acabb7 Background Color

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

This div background color is #acabb7


#acabb7 Border Color

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

This div border color is #acabb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acabb7


Comments

No comments written yet.

Please login to write comment.