Color Hex Logo

#a4bcbd Color Hex

#A4BCBD
(164,188,189)
0 Favorites   0 Comments

Color spaces of #a4bcbd

RGB 164188189
HSL0.510.160.69
HSV182°13°74°
CMYK 0.130.010.00   0.26
XYZ42.478447.533155.0801
Yxy47.53310.29280.3276
Hunter Lab68.9443-10.67380.8937
CIE-Lab74.5295-7.9347-3.2731

#a4bcbd color RGB value is (164,188,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111100 10111101
Octal 244 274 275
Decimal 164 188 189
Hex A4 BC BD

RGB Percentages of Color #a4bcbd

%30.31
%34.75
%34.94

CMYK Percentages of Color #a4bcbd

%13
%1
%0
%26

Triadic Colors of #a4bcbd

#a4bcbd #bda4bc #bcbda4

Analogous Colors of #a4bcbd

#a4bcbd #a4b0bd #a4bdb2

Monochromatic Colors of #a4bcbd

#a4bcbd

Complementary Color

#a4bcbd #bda5a4

#a4bcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bcbd Color CSS Codes

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

#a4bcbd Text Font Color

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

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


#a4bcbd Background Color

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

This div background color is #a4bcbd


#a4bcbd Border Color

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

This div border color is #a4bcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bcbd


Comments

No comments written yet.

Please login to write comment.