Color Hex Logo

#a0cca3 Color Hex

#A0CCA3
(160,204,163)
0 Favorites   0 Comments

Color spaces of #a0cca3

RGB 160204163
HSL0.340.300.71
HSV124°22°80°
CMYK 0.220.000.20   0.20
XYZ42.700953.303742.6884
Yxy53.30370.30790.3843
Hunter Lab73.0094-23.367416.4399
CIE-Lab78.0540-22.460215.7826

#a0cca3 color RGB value is (160,204,163).

#a0cca3 hex color red value is 160, green value is 204 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #a0cca3 hue: 0.34 , saturation: 0.30 and the lightness value of a0cca3 is 0.71.

The process color (four color CMYK) of #a0cca3 color hex is 0.22, 0.00, 0.20, 0.20. Web safe color of #a0cca3 is #99cc99. Color #a0cca3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001100 10100011
Octal 240 314 243
Decimal 160 204 163
Hex A0 CC A3

RGB Percentages of Color #a0cca3

%30.36
%38.71
%30.93

CMYK Percentages of Color #a0cca3

%22
%0
%20
%20

Triadic Colors of #a0cca3

#a0cca3 #a3a0cc #cca3a0

Analogous Colors of #a0cca3

#a0cca3 #a0ccb9 #b3cca0

Monochromatic Colors of #a0cca3

#a0cca3

Complementary Color

#a0cca3 #cca0c9

#a0cca3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0cca3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0cca3 Color CSS Codes

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

#a0cca3 Text Font Color

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

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


#a0cca3 Background Color

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

This div background color is #a0cca3


#a0cca3 Border Color

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

This div border color is #a0cca3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0cca3


Comments

No comments written yet.

Please login to write comment.