Color Hex Logo

#abacbd Color Hex

#ABACBD
(171,172,189)
0 Favorites   0 Comments

Color spaces of #abacbd

RGB 171172189
HSL0.660.120.71
HSV237°10°74°
CMYK 0.100.090.00   0.26
XYZ40.732441.837154.0727
Yxy41.83710.29810.3062
Hunter Lab64.6816-0.7848-4.2883
CIE-Lab70.75853.0086-8.7973

#abacbd color RGB value is (171,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101100 10111101
Octal 253 254 275
Decimal 171 172 189
Hex AB AC BD

RGB Percentages of Color #abacbd

%32.14
%32.33
%35.53

CMYK Percentages of Color #abacbd

%10
%9
%0
%26

Triadic Colors of #abacbd

#abacbd #bdabac #acbdab

Analogous Colors of #abacbd

#abacbd #b3abbd #abb5bd

Monochromatic Colors of #abacbd

#abacbd

Complementary Color

#abacbd #bdbcab

#abacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abacbd Color CSS Codes

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

#abacbd Text Font Color

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

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


#abacbd Background Color

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

This div background color is #abacbd


#abacbd Border Color

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

This div border color is #abacbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,172,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 #abacbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abacbd


Comments

No comments written yet.

Please login to write comment.