Color Hex Logo

#a7cacc Color Hex

#A7CACC
(167,202,204)
0 Favorites   0 Comments

Color spaces of #a7cacc

RGB 167202204
HSL0.510.270.73
HSV183°18°80°
CMYK 0.180.010.00   0.20
XYZ47.956054.816265.1798
Yxy54.81620.28550.3264
Hunter Lab74.0380-13.9481-0.3698
CIE-Lab78.9353-11.1533-4.8758

#a7cacc color RGB value is (167,202,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11001010 11001100
Octal 247 312 314
Decimal 167 202 204
Hex A7 CA CC

RGB Percentages of Color #a7cacc

%29.14
%35.25
%35.60

CMYK Percentages of Color #a7cacc

%18
%1
%0
%20

Triadic Colors of #a7cacc

#a7cacc #cca7ca #cacca7

Analogous Colors of #a7cacc

#a7cacc #a7b8cc #a7ccbc

Monochromatic Colors of #a7cacc

#a7cacc

Complementary Color

#a7cacc #cca9a7

#a7cacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7cacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7cacc Color CSS Codes

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

#a7cacc Text Font Color

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

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


#a7cacc Background Color

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

This div background color is #a7cacc


#a7cacc Border Color

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

This div border color is #a7cacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7cacc


Comments

No comments written yet.

Please login to write comment.