Color Hex Logo

#a4d7aa Color Hex

#A4D7AA
(164,215,170)
0 Favorites   0 Comments

Color spaces of #a4d7aa

RGB 164215170
HSL0.350.390.74
HSV127°24°84°
CMYK 0.240.000.21   0.16
XYZ46.866059.395747.0246
Yxy59.39570.30570.3875
Hunter Lab77.0686-26.322917.7713
CIE-Lab81.5086-25.284216.9416

#a4d7aa color RGB value is (164,215,170).

#a4d7aa hex color red value is 164, green value is 215 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a4d7aa hue: 0.35 , saturation: 0.39 and the lightness value of a4d7aa is 0.74.

The process color (four color CMYK) of #a4d7aa color hex is 0.24, 0.00, 0.21, 0.16. Web safe color of #a4d7aa is #99cc99. Color #a4d7aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11010111 10101010
Octal 244 327 252
Decimal 164 215 170
Hex A4 D7 AA

RGB Percentages of Color #a4d7aa

%29.87
%39.16
%30.97

CMYK Percentages of Color #a4d7aa

%24
%0
%21
%16

Triadic Colors of #a4d7aa

#a4d7aa #aaa4d7 #d7aaa4

Analogous Colors of #a4d7aa

#a4d7aa #a4d7c4 #b8d7a4

Monochromatic Colors of #a4d7aa

#a4d7aa

Complementary Color

#a4d7aa #d7a4d1

#a4d7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4d7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4d7aa Color CSS Codes

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

#a4d7aa Text Font Color

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

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


#a4d7aa Background Color

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

This div background color is #a4d7aa


#a4d7aa Border Color

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

This div border color is #a4d7aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4d7aa


Comments

No comments written yet.

Please login to write comment.