Color Hex Logo

#abacc2 Color Hex

#ABACC2
(171,172,194)
0 Favorites   0 Comments

Color spaces of #abacc2

RGB 171172194
HSL0.660.160.72
HSV237°12°76°
CMYK 0.120.110.00   0.24
XYZ41.284742.058056.9810
Yxy42.05800.29420.2997
Hunter Lab64.85210.1414-6.6974
CIE-Lab70.91094.0477-11.3245

#abacc2 color RGB value is (171,172,194).

#abacc2 hex color red value is 171, green value is 172 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #abacc2 hue: 0.66 , saturation: 0.16 and the lightness value of abacc2 is 0.72.

The process color (four color CMYK) of #abacc2 color hex is 0.12, 0.11, 0.00, 0.24. Web safe color of #abacc2 is #9999cc. Color #abacc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101100 11000010
Octal 253 254 302
Decimal 171 172 194
Hex AB AC C2

RGB Percentages of Color #abacc2

%31.84
%32.03
%36.13

CMYK Percentages of Color #abacc2

%12
%11
%0
%24

Triadic Colors of #abacc2

#abacc2 #c2abac #acc2ab

Analogous Colors of #abacc2

#abacc2 #b6abc2 #abb8c2

Monochromatic Colors of #abacc2

#abacc2

Complementary Color

#abacc2 #c2c1ab

#abacc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abacc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abacc2 Color CSS Codes

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

#abacc2 Text Font Color

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

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


#abacc2 Background Color

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

This div background color is #abacc2


#abacc2 Border Color

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

This div border color is #abacc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abacc2


Comments

No comments written yet.

Please login to write comment.