Color Hex Logo

#a4bcb4 Color Hex

#A4BCB4
(164,188,180)
0 Favorites   0 Comments

Color spaces of #a4bcb4

RGB 164188180
HSL0.440.150.69
HSV160°13°74°
CMYK 0.130.000.04   0.26
XYZ41.531347.154250.0928
Yxy47.15420.29930.3398
Hunter Lab68.6689-12.21294.8172
CIE-Lab74.2883-9.75761.2738

#a4bcb4 color RGB value is (164,188,180).

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

The process color (four color CMYK) of #a4bcb4 color hex is 0.13, 0.00, 0.04, 0.26. Web safe color of #a4bcb4 is #99cccc. Color #a4bcb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111100 10110100
Octal 244 274 264
Decimal 164 188 180
Hex A4 BC B4

RGB Percentages of Color #a4bcb4

%30.83
%35.34
%33.83

CMYK Percentages of Color #a4bcb4

%13
%0
%4
%26

Triadic Colors of #a4bcb4

#a4bcb4 #b4a4bc #bcb4a4

Analogous Colors of #a4bcb4

#a4bcb4 #a4b8bc #a4bca8

Monochromatic Colors of #a4bcb4

#a4bcb4

Complementary Color

#a4bcb4 #bca4ac

#a4bcb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bcb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bcb4 Color CSS Codes

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

#a4bcb4 Text Font Color

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

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


#a4bcb4 Background Color

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

This div background color is #a4bcb4


#a4bcb4 Border Color

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

This div border color is #a4bcb4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,188,180, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bcb4


Comments

No comments written yet.

Please login to write comment.