Color Hex Logo

#abaabd Color Hex

#ABAABD
(171,170,189)
0 Favorites   0 Comments

Color spaces of #abaabd

RGB 171170189
HSL0.680.130.70
HSV243°10°74°
CMYK 0.100.100.00   0.26
XYZ40.354641.081553.9467
Yxy41.08150.29810.3034
Hunter Lab64.09490.2190-5.0362
CIE-Lab70.23304.1045-9.5802

#abaabd color RGB value is (171,170,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 10111101
Octal 253 252 275
Decimal 171 170 189
Hex AB AA BD

RGB Percentages of Color #abaabd

%32.26
%32.08
%35.66

CMYK Percentages of Color #abaabd

%10
%10
%0
%26

Triadic Colors of #abaabd

#abaabd #bdabaa #aabdab

Analogous Colors of #abaabd

#abaabd #b5aabd #aab3bd

Monochromatic Colors of #abaabd

#abaabd

Complementary Color

#abaabd #bcbdaa

#abaabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaabd Color CSS Codes

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

#abaabd Text Font Color

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

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


#abaabd Background Color

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

This div background color is #abaabd


#abaabd Border Color

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

This div border color is #abaabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaabd


Comments

No comments written yet.

Please login to write comment.