Color Hex Logo

#a3cacc Color Hex

#A3CACC
(163,202,204)
0 Favorites   0 Comments

Color spaces of #a3cacc

RGB 163202204
HSL0.510.290.72
HSV183°20°80°
CMYK 0.200.010.00   0.20
XYZ47.123954.387265.1408
Yxy54.38720.28280.3264
Hunter Lab73.7477-14.9990-0.7471
CIE-Lab78.6870-12.3987-5.2703

#a3cacc color RGB value is (163,202,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11001010 11001100
Octal 243 312 314
Decimal 163 202 204
Hex A3 CA CC

RGB Percentages of Color #a3cacc

%28.65
%35.50
%35.85

CMYK Percentages of Color #a3cacc

%20
%1
%0
%20

Triadic Colors of #a3cacc

#a3cacc #cca3ca #cacca3

Analogous Colors of #a3cacc

#a3cacc #a3b6cc #a3ccba

Monochromatic Colors of #a3cacc

#a3cacc

Complementary Color

#a3cacc #cca5a3

#a3cacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3cacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3cacc Color CSS Codes

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

#a3cacc Text Font Color

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

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


#a3cacc Background Color

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

This div background color is #a3cacc


#a3cacc Border Color

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

This div border color is #a3cacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3cacc


Comments

No comments written yet.

Please login to write comment.