Color Hex Logo

#a4d794 Color Hex

#A4D794
(164,215,148)
0 Favorites   0 Comments

Color spaces of #a4d794

RGB 164215148
HSL0.290.460.71
HSV106°31°84°
CMYK 0.240.000.31   0.16
XYZ44.955658.631536.9646
Yxy58.63150.31990.4172
Hunter Lab76.5712-29.200824.9777
CIE-Lab81.0886-28.915827.8735

#a4d794 color RGB value is (164,215,148).

#a4d794 hex color red value is 164, green value is 215 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #a4d794 hue: 0.29 , saturation: 0.46 and the lightness value of a4d794 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11010111 10010100
Octal 244 327 224
Decimal 164 215 148
Hex A4 D7 94

RGB Percentages of Color #a4d794

%31.12
%40.80
%28.08

CMYK Percentages of Color #a4d794

%24
%0
%31
%16

Triadic Colors of #a4d794

#a4d794 #94a4d7 #d794a4

Analogous Colors of #a4d794

#a4d794 #94d7a6 #c6d794

Monochromatic Colors of #a4d794

#a4d794

Complementary Color

#a4d794 #c794d7

#a4d794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4d794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4d794 Color CSS Codes

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

#a4d794 Text Font Color

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

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


#a4d794 Background Color

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

This div background color is #a4d794


#a4d794 Border Color

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

This div border color is #a4d794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4d794


Comments

No comments written yet.

Please login to write comment.