Color Hex Logo

#a4fa85 Color Hex

#A4FA85
(164,250,133)
0 Favorites   0 Comments

Color spaces of #a4fa85

RGB 164250133
HSL0.290.920.75
HSV104°47°98°
CMYK 0.340.000.47   0.02
XYZ53.729177.957234.4057
Yxy77.95720.32350.4694
Hunter Lab88.2934-45.890938.7015
CIE-Lab90.7604-46.751947.8457

#a4fa85 color RGB value is (164,250,133).

#a4fa85 hex color red value is 164, green value is 250 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #a4fa85 hue: 0.29 , saturation: 0.92 and the lightness value of a4fa85 is 0.75.

The process color (four color CMYK) of #a4fa85 color hex is 0.34, 0.00, 0.47, 0.02. Web safe color of #a4fa85 is #99ff99. Color #a4fa85 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11111010 10000101
Octal 244 372 205
Decimal 164 250 133
Hex A4 FA 85

RGB Percentages of Color #a4fa85

%29.98
%45.70
%24.31

CMYK Percentages of Color #a4fa85

%34
%0
%47
%2

Triadic Colors of #a4fa85

#a4fa85 #85a4fa #fa85a4

Analogous Colors of #a4fa85

#a4fa85 #85faa1 #dffa85

Monochromatic Colors of #a4fa85

#a4fa85

Complementary Color

#a4fa85 #db85fa

#a4fa85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4fa85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4fa85 Color CSS Codes

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

#a4fa85 Text Font Color

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

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


#a4fa85 Background Color

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

This div background color is #a4fa85


#a4fa85 Border Color

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

This div border color is #a4fa85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4fa85


Comments

No comments written yet.

Please login to write comment.