Color Hex Logo

#a7dcac Color Hex

#A7DCAC
(167,220,172)
1 Favorites   0 Comments

Color spaces of #a7dcac

RGB 167220172
HSL0.350.430.76
HSV126°24°86°
CMYK 0.240.000.22   0.14
XYZ48.975962.380448.4891
Yxy62.38040.30640.3903
Hunter Lab78.9813-27.530218.8869
CIE-Lab83.1153-26.368618.1583

#a7dcac color RGB value is (167,220,172).

#a7dcac hex color red value is 167, green value is 220 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a7dcac hue: 0.35 , saturation: 0.43 and the lightness value of a7dcac is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011100 10101100
Octal 247 334 254
Decimal 167 220 172
Hex A7 DC AC

RGB Percentages of Color #a7dcac

%29.87
%39.36
%30.77

CMYK Percentages of Color #a7dcac

%24
%0
%22
%14

Triadic Colors of #a7dcac

#a7dcac #aca7dc #dcaca7

Analogous Colors of #a7dcac

#a7dcac #a7dcc7 #bddca7

Monochromatic Colors of #a7dcac

#a7dcac

Complementary Color

#a7dcac #dca7d7

#a7dcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7dcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7dcac Color CSS Codes

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

#a7dcac Text Font Color

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

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


#a7dcac Background Color

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

This div background color is #a7dcac


#a7dcac Border Color

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

This div border color is #a7dcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7dcac


Comments

No comments written yet.

Please login to write comment.