Color Hex Logo

#a8cca0 Color Hex

#A8CCA0
(168,204,160)
2 Favorites   0 Comments

Color spaces of #a8cca0

RGB 168204160
HSL0.300.300.71
HSV109°22°80°
CMYK 0.180.000.22   0.20
XYZ44.086554.048641.3665
Yxy54.04860.31600.3874
Hunter Lab73.5178-21.614718.1015
CIE-Lab78.4901-20.241918.0613

#a8cca0 color RGB value is (168,204,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001100 10100000
Octal 250 314 240
Decimal 168 204 160
Hex A8 CC A0

RGB Percentages of Color #a8cca0

%31.58
%38.35
%30.08

CMYK Percentages of Color #a8cca0

%18
%0
%22
%20

Triadic Colors of #a8cca0

#a8cca0 #a0a8cc #cca0a8

Analogous Colors of #a8cca0

#a8cca0 #a0ccae #becca0

Monochromatic Colors of #a8cca0

#a8cca0

Complementary Color

#a8cca0 #c4a0cc

#a8cca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8cca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8cca0 Color CSS Codes

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

#a8cca0 Text Font Color

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

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


#a8cca0 Background Color

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

This div background color is #a8cca0


#a8cca0 Border Color

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

This div border color is #a8cca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8cca0


Comments

No comments written yet.

Please login to write comment.