Color Hex Logo

#a4b994 Color Hex

#A4B994
(164,185,148)
0 Favorites   0 Comments

Color spaces of #a4b994

RGB 164185148
HSL0.260.210.65
HSV94°20°73°
CMYK 0.110.000.20   0.27
XYZ38.004144.728634.6474
Yxy44.72860.32380.3811
Hunter Lab66.8794-15.606816.1000
CIE-Lab72.7128-14.027216.4110

#a4b994 color RGB value is (164,185,148).

#a4b994 hex color red value is 164, green value is 185 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #a4b994 hue: 0.26 , saturation: 0.21 and the lightness value of a4b994 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111001 10010100
Octal 244 271 224
Decimal 164 185 148
Hex A4 B9 94

RGB Percentages of Color #a4b994

%33.00
%37.22
%29.78

CMYK Percentages of Color #a4b994

%11
%0
%20
%27

Triadic Colors of #a4b994

#a4b994 #94a4b9 #b994a4

Analogous Colors of #a4b994

#a4b994 #94b997 #b7b994

Monochromatic Colors of #a4b994

#a4b994

Complementary Color

#a4b994 #a994b9

#a4b994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4b994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4b994 Color CSS Codes

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

#a4b994 Text Font Color

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

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


#a4b994 Background Color

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

This div background color is #a4b994


#a4b994 Border Color

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

This div border color is #a4b994


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,185,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 #a4b994">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4b994


Comments

No comments written yet.

Please login to write comment.