Color Hex Logo

#acabbc Color Hex

#ACABBC
(172,171,188)
0 Favorites   0 Comments

Color spaces of #acabbc

RGB 172171188
HSL0.680.110.70
HSV244°74°
CMYK 0.090.090.00   0.26
XYZ40.653341.527353.4499
Yxy41.52730.29970.3062
Hunter Lab64.4417-0.1655-4.0678
CIE-Lab70.54383.6897-8.5570

#acabbc color RGB value is (172,171,188).

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

The process color (four color CMYK) of #acabbc color hex is 0.09, 0.09, 0.00, 0.26. Web safe color of #acabbc is #9999cc. Color #acabbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 10111100
Octal 254 253 274
Decimal 172 171 188
Hex AC AB BC

RGB Percentages of Color #acabbc

%32.39
%32.20
%35.40

CMYK Percentages of Color #acabbc

%9
%9
%0
%26

Triadic Colors of #acabbc

#acabbc #bcacab #abbcac

Analogous Colors of #acabbc

#acabbc #b5abbc #abb3bc

Monochromatic Colors of #acabbc

#acabbc

Complementary Color

#acabbc #bbbcab

#acabbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acabbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acabbc Color CSS Codes

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

#acabbc Text Font Color

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

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


#acabbc Background Color

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

This div background color is #acabbc


#acabbc Border Color

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

This div border color is #acabbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acabbc


Comments

No comments written yet.

Please login to write comment.