Color Hex Logo

#a2c6cc Color Hex

#A2C6CC
(162,198,204)
0 Favorites   0 Comments

Color spaces of #a2c6cc

RGB 162198204
HSL0.520.290.72
HSV189°21°80°
CMYK 0.210.030.00   0.20
XYZ45.993552.429264.8225
Yxy52.42920.28170.3212
Hunter Lab72.4080-13.3310-2.3931
CIE-Lab77.5368-10.6308-6.9785

#a2c6cc color RGB value is (162,198,204).

#a2c6cc hex color red value is 162, green value is 198 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a2c6cc hue: 0.52 , saturation: 0.29 and the lightness value of a2c6cc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11000110 11001100
Octal 242 306 314
Decimal 162 198 204
Hex A2 C6 CC

RGB Percentages of Color #a2c6cc

%28.72
%35.11
%36.17

CMYK Percentages of Color #a2c6cc

%21
%3
%0
%20

Triadic Colors of #a2c6cc

#a2c6cc #cca2c6 #c6cca2

Analogous Colors of #a2c6cc

#a2c6cc #a2b1cc #a2ccbd

Monochromatic Colors of #a2c6cc

#a2c6cc

Complementary Color

#a2c6cc #cca8a2

#a2c6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2c6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2c6cc Color CSS Codes

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

#a2c6cc Text Font Color

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

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


#a2c6cc Background Color

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

This div background color is #a2c6cc


#a2c6cc Border Color

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

This div border color is #a2c6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2c6cc


Comments

No comments written yet.

Please login to write comment.