Color Hex Logo

#abaac0 Color Hex

#ABAAC0
(171,170,192)
0 Favorites   0 Comments

Color spaces of #abaac0

RGB 171170192
HSL0.670.150.71
HSV243°11°75°
CMYK 0.110.110.00   0.25
XYZ40.683741.213155.6798
Yxy41.21310.29570.2996
Hunter Lab64.19740.7749-6.4853
CIE-Lab70.32504.7268-11.0985

#abaac0 color RGB value is (171,170,192).

#abaac0 hex color red value is 171, green value is 170 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #abaac0 hue: 0.67 , saturation: 0.15 and the lightness value of abaac0 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 11000000
Octal 253 252 300
Decimal 171 170 192
Hex AB AA C0

RGB Percentages of Color #abaac0

%32.08
%31.89
%36.02

CMYK Percentages of Color #abaac0

%11
%11
%0
%25

Triadic Colors of #abaac0

#abaac0 #c0abaa #aac0ab

Analogous Colors of #abaac0

#abaac0 #b6aac0 #aab4c0

Monochromatic Colors of #abaac0

#abaac0

Complementary Color

#abaac0 #bfc0aa

#abaac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaac0 Color CSS Codes

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

#abaac0 Text Font Color

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

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


#abaac0 Background Color

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

This div background color is #abaac0


#abaac0 Border Color

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

This div border color is #abaac0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaac0


Comments

No comments written yet.

Please login to write comment.