Color Hex Logo

#a4caca Color Hex

#A4CACA
(164,202,202)
0 Favorites   0 Comments

Color spaces of #a4caca

RGB 164202202
HSL0.500.260.72
HSV180°19°79°
CMYK 0.190.000.00   0.21
XYZ47.091054.397863.8950
Yxy54.39780.28470.3289
Hunter Lab73.7549-15.10230.2645
CIE-Lab78.6931-12.5173-4.1785

#a4caca color RGB value is (164,202,202).

#a4caca hex color red value is 164, green value is 202 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a4caca hue: 0.50 , saturation: 0.26 and the lightness value of a4caca is 0.72.

The process color (four color CMYK) of #a4caca color hex is 0.19, 0.00, 0.00, 0.21. Web safe color of #a4caca is #99cccc. Color #a4caca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001010 11001010
Octal 244 312 312
Decimal 164 202 202
Hex A4 CA CA

RGB Percentages of Color #a4caca

%28.87
%35.56
%35.56

CMYK Percentages of Color #a4caca

%19
%0
%0
%21

Triadic Colors of #a4caca

#a4caca #caa4ca #cacaa4

Analogous Colors of #a4caca

#a4caca #a4b7ca #a4cab7

Monochromatic Colors of #a4caca

#a4caca

Complementary Color

#a4caca #caa4a4

#a4caca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4caca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4caca Color CSS Codes

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

#a4caca Text Font Color

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

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


#a4caca Background Color

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

This div background color is #a4caca


#a4caca Border Color

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

This div border color is #a4caca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4caca


Comments

No comments written yet.

Please login to write comment.