Color Hex Logo

#acbabb Color Hex

#ACBABB
(172,186,187)
0 Favorites   0 Comments

Color spaces of #acbabb

RGB 172186187
HSL0.510.100.70
HSV184°73°
CMYK 0.080.010.00   0.27
XYZ43.541847.476353.8827
Yxy47.47630.30050.3276
Hunter Lab68.9030-7.78111.8669
CIE-Lab74.4934-4.6155-2.1720

#acbabb color RGB value is (172,186,187).

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

The process color (four color CMYK) of #acbabb color hex is 0.08, 0.01, 0.00, 0.27. Web safe color of #acbabb is #99cccc. Color #acbabb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111010 10111011
Octal 254 272 273
Decimal 172 186 187
Hex AC BA BB

RGB Percentages of Color #acbabb

%31.56
%34.13
%34.31

CMYK Percentages of Color #acbabb

%8
%1
%0
%27

Triadic Colors of #acbabb

#acbabb #bbacba #babbac

Analogous Colors of #acbabb

#acbabb #acb3bb #acbbb5

Monochromatic Colors of #acbabb

#acbabb

Complementary Color

#acbabb #bbadac

#acbabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbabb Color CSS Codes

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

#acbabb Text Font Color

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

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


#acbabb Background Color

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

This div background color is #acbabb


#acbabb Border Color

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

This div border color is #acbabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbabb


Comments

No comments written yet.

Please login to write comment.