Color Hex Logo

#a4bbbd Color Hex

#A4BBBD
(164,187,189)
0 Favorites   0 Comments

Color spaces of #a4bbbd

RGB 164187189
HSL0.510.160.69
HSV185°13°74°
CMYK 0.130.010.00   0.26
XYZ42.265547.107355.0091
Yxy47.10730.29270.3263
Hunter Lab68.6348-10.19000.5248
CIE-Lab74.2584-7.4058-3.6720

#a4bbbd color RGB value is (164,187,189).

#a4bbbd hex color red value is 164, green value is 187 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a4bbbd hue: 0.51 , saturation: 0.16 and the lightness value of a4bbbd is 0.69.

The process color (four color CMYK) of #a4bbbd color hex is 0.13, 0.01, 0.00, 0.26. Web safe color of #a4bbbd is #99cccc. Color #a4bbbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111011 10111101
Octal 244 273 275
Decimal 164 187 189
Hex A4 BB BD

RGB Percentages of Color #a4bbbd

%30.37
%34.63
%35.00

CMYK Percentages of Color #a4bbbd

%13
%1
%0
%26

Triadic Colors of #a4bbbd

#a4bbbd #bda4bb #bbbda4

Analogous Colors of #a4bbbd

#a4bbbd #a4afbd #a4bdb3

Monochromatic Colors of #a4bbbd

#a4bbbd

Complementary Color

#a4bbbd #bda6a4

#a4bbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bbbd Color CSS Codes

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

#a4bbbd Text Font Color

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

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


#a4bbbd Background Color

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

This div background color is #a4bbbd


#a4bbbd Border Color

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

This div border color is #a4bbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bbbd


Comments

No comments written yet.

Please login to write comment.