Color Hex Logo

#abadb6 Color Hex

#ABADB6
(171,173,182)
0 Favorites   0 Comments

Color spaces of #abadb6

RGB 171173182
HSL0.640.070.69
HSV229°71°
CMYK 0.060.050.00   0.29
XYZ40.181741.922550.2300
Yxy41.92250.30360.3168
Hunter Lab64.7476-2.5330-0.6728
CIE-Lab70.81751.0477-4.8512

#abadb6 color RGB value is (171,173,182).

#abadb6 hex color red value is 171, green value is 173 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #abadb6 hue: 0.64 , saturation: 0.07 and the lightness value of abadb6 is 0.69.

The process color (four color CMYK) of #abadb6 color hex is 0.06, 0.05, 0.00, 0.29. Web safe color of #abadb6 is #9999cc. Color #abadb6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 10110110
Octal 253 255 266
Decimal 171 173 182
Hex AB AD B6

RGB Percentages of Color #abadb6

%32.51
%32.89
%34.60

CMYK Percentages of Color #abadb6

%6
%5
%0
%29

Triadic Colors of #abadb6

#abadb6 #b6abad #adb6ab

Analogous Colors of #abadb6

#abadb6 #afabb6 #abb3b6

Monochromatic Colors of #abadb6

#abadb6

Complementary Color

#abadb6 #b6b4ab

#abadb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abadb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abadb6 Color CSS Codes

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

#abadb6 Text Font Color

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

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


#abadb6 Background Color

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

This div background color is #abadb6


#abadb6 Border Color

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

This div border color is #abadb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abadb6


Comments

No comments written yet.

Please login to write comment.