Color Hex Logo

#a3c994 Color Hex

#A3C994
(163,201,148)
0 Favorites   0 Comments

Color spaces of #a3c994

RGB 163201148
HSL0.290.330.68
HSV103°26°79°
CMYK 0.190.000.26   0.21
XYZ41.336251.697935.8170
Yxy51.69790.32080.4012
Hunter Lab71.9013-23.207120.7961
CIE-Lab77.0998-22.471422.4553

#a3c994 color RGB value is (163,201,148).

#a3c994 hex color red value is 163, green value is 201 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #a3c994 hue: 0.29 , saturation: 0.33 and the lightness value of a3c994 is 0.68.

The process color (four color CMYK) of #a3c994 color hex is 0.19, 0.00, 0.26, 0.21. Web safe color of #a3c994 is #99cc99. Color #a3c994 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11001001 10010100
Octal 243 311 224
Decimal 163 201 148
Hex A3 C9 94

RGB Percentages of Color #a3c994

%31.84
%39.26
%28.91

CMYK Percentages of Color #a3c994

%19
%0
%26
%21

Triadic Colors of #a3c994

#a3c994 #94a3c9 #c994a3

Analogous Colors of #a3c994

#a3c994 #94c9a0 #bec994

Monochromatic Colors of #a3c994

#a3c994

Complementary Color

#a3c994 #ba94c9

#a3c994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3c994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3c994 Color CSS Codes

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

#a3c994 Text Font Color

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

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


#a3c994 Background Color

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

This div background color is #a3c994


#a3c994 Border Color

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

This div border color is #a3c994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3c994


Comments

No comments written yet.

Please login to write comment.