Color Hex Logo

#abadbd Color Hex

#ABADBD
(171,173,189)
0 Favorites   0 Comments

Color spaces of #abadbd

RGB 171173189
HSL0.650.120.71
HSV233°10°74°
CMYK 0.100.080.00   0.26
XYZ40.923542.219254.1363
Yxy42.21920.29810.3075
Hunter Lab64.9763-1.2853-3.9152
CIE-Lab71.02182.4622-8.4054

#abadbd color RGB value is (171,173,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 10111101
Octal 253 255 275
Decimal 171 173 189
Hex AB AD BD

RGB Percentages of Color #abadbd

%32.08
%32.46
%35.46

CMYK Percentages of Color #abadbd

%10
%8
%0
%26

Triadic Colors of #abadbd

#abadbd #bdabad #adbdab

Analogous Colors of #abadbd

#abadbd #b2abbd #abb6bd

Monochromatic Colors of #abadbd

#abadbd

Complementary Color

#abadbd #bdbbab

#abadbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abadbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abadbd Color CSS Codes

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

#abadbd Text Font Color

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

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


#abadbd Background Color

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

This div background color is #abadbd


#abadbd Border Color

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

This div border color is #abadbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abadbd

#abadbd Color Palettes


Comments

No comments written yet.

Please login to write comment.