Color Hex Logo

#a4c9cc Color Hex

#A4C9CC
(164,201,204)
0 Favorites   0 Comments

Color spaces of #a4c9cc

RGB 164201204
HSL0.510.280.72
HSV185°20°80°
CMYK 0.200.010.00   0.20
XYZ47.095654.025465.0725
Yxy54.02540.28340.3251
Hunter Lab73.5020-14.2565-1.0390
CIE-Lab78.4765-11.5709-5.5742

#a4c9cc color RGB value is (164,201,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001001 11001100
Octal 244 311 314
Decimal 164 201 204
Hex A4 C9 CC

RGB Percentages of Color #a4c9cc

%28.82
%35.33
%35.85

CMYK Percentages of Color #a4c9cc

%20
%1
%0
%20

Triadic Colors of #a4c9cc

#a4c9cc #cca4c9 #c9cca4

Analogous Colors of #a4c9cc

#a4c9cc #a4b5cc #a4ccbb

Monochromatic Colors of #a4c9cc

#a4c9cc

Complementary Color

#a4c9cc #cca7a4

#a4c9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4c9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4c9cc Color CSS Codes

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

#a4c9cc Text Font Color

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

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


#a4c9cc Background Color

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

This div background color is #a4c9cc


#a4c9cc Border Color

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

This div border color is #a4c9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4c9cc


Comments

No comments written yet.

Please login to write comment.