Color Hex Logo

#abbabd Color Hex

#ABBABD
(171,186,189)
0 Favorites   0 Comments

Color spaces of #abbabd

RGB 171186189
HSL0.530.120.71
HSV190°10°74°
CMYK 0.100.020.00   0.26
XYZ43.538847.449955.0081
Yxy47.44990.29820.3250
Hunter Lab68.8839-7.72400.8719
CIE-Lab74.4766-4.5521-3.2947

#abbabd color RGB value is (171,186,189).

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

The process color (four color CMYK) of #abbabd color hex is 0.10, 0.02, 0.00, 0.26. Web safe color of #abbabd is #99cccc. Color #abbabd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111010 10111101
Octal 253 272 275
Decimal 171 186 189
Hex AB BA BD

RGB Percentages of Color #abbabd

%31.32
%34.07
%34.62

CMYK Percentages of Color #abbabd

%10
%2
%0
%26

Triadic Colors of #abbabd

#abbabd #bdabba #babdab

Analogous Colors of #abbabd

#abbabd #abb1bd #abbdb7

Monochromatic Colors of #abbabd

#abbabd

Complementary Color

#abbabd #bdaeab

#abbabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbabd Color CSS Codes

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

#abbabd Text Font Color

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

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


#abbabd Background Color

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

This div background color is #abbabd


#abbabd Border Color

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

This div border color is #abbabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbabd


Comments

No comments written yet.

Please login to write comment.