Color Hex Logo

#a8b3bd Color Hex

#A8B3BD
(168,179,189)
0 Favorites   0 Comments

Color spaces of #a8b3bd

RGB 168179189
HSL0.580.140.70
HSV209°11°74°
CMYK 0.110.050.00   0.26
XYZ41.453944.239254.4983
Yxy44.23920.29570.3156
Hunter Lab66.5126-5.1470-2.0216
CIE-Lab72.3881-1.8029-6.4020

#a8b3bd color RGB value is (168,179,189).

#a8b3bd hex color red value is 168, green value is 179 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a8b3bd hue: 0.58 , saturation: 0.14 and the lightness value of a8b3bd is 0.70.

The process color (four color CMYK) of #a8b3bd color hex is 0.11, 0.05, 0.00, 0.26. Web safe color of #a8b3bd is #99cccc. Color #a8b3bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10110011 10111101
Octal 250 263 275
Decimal 168 179 189
Hex A8 B3 BD

RGB Percentages of Color #a8b3bd

%31.34
%33.40
%35.26

CMYK Percentages of Color #a8b3bd

%11
%5
%0
%26

Triadic Colors of #a8b3bd

#a8b3bd #bda8b3 #b3bda8

Analogous Colors of #a8b3bd

#a8b3bd #a8a9bd #a8bdbd

Monochromatic Colors of #a8b3bd

#a8b3bd

Complementary Color

#a8b3bd #bdb2a8

#a8b3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8b3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8b3bd Color CSS Codes

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

#a8b3bd Text Font Color

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

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


#a8b3bd Background Color

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

This div background color is #a8b3bd


#a8b3bd Border Color

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

This div border color is #a8b3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8b3bd


Comments

No comments written yet.

Please login to write comment.