Color Hex Logo

#a4ccbb Color Hex

#A4CCBB
(164,204,187)
0 Favorites   0 Comments

Color spaces of #a4ccbb

RGB 164204187
HSL0.430.280.72
HSV155°20°80°
CMYK 0.200.000.08   0.20
XYZ45.872354.666155.1476
Yxy54.66610.29460.3511
Hunter Lab73.9365-18.64257.5325
CIE-Lab78.8485-16.63014.1085

#a4ccbb color RGB value is (164,204,187).

#a4ccbb hex color red value is 164, green value is 204 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a4ccbb hue: 0.43 , saturation: 0.28 and the lightness value of a4ccbb is 0.72.

The process color (four color CMYK) of #a4ccbb color hex is 0.20, 0.00, 0.08, 0.20. Web safe color of #a4ccbb is #99cccc. Color #a4ccbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001100 10111011
Octal 244 314 273
Decimal 164 204 187
Hex A4 CC BB

RGB Percentages of Color #a4ccbb

%29.55
%36.76
%33.69

CMYK Percentages of Color #a4ccbb

%20
%0
%8
%20

Triadic Colors of #a4ccbb

#a4ccbb #bba4cc #ccbba4

Analogous Colors of #a4ccbb

#a4ccbb #a4c9cc #a4cca7

Monochromatic Colors of #a4ccbb

#a4ccbb

Complementary Color

#a4ccbb #cca4b5

#a4ccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4ccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4ccbb Color CSS Codes

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

#a4ccbb Text Font Color

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

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


#a4ccbb Background Color

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

This div background color is #a4ccbb


#a4ccbb Border Color

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

This div border color is #a4ccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4ccbb


Comments

No comments written yet.

Please login to write comment.