Color Hex Logo

#a4efac Color Hex

#A4EFAC
(164,239,172)
0 Favorites   0 Comments

Color spaces of #a4efac

RGB 164239172
HSL0.350.700.79
HSV126°31°94°
CMYK 0.310.000.28   0.06
XYZ53.622772.604150.2175
Yxy72.60410.30390.4115
Hunter Lab85.2080-36.781324.7030
CIE-Lab88.2586-36.241325.2325

#a4efac color RGB value is (164,239,172).

#a4efac hex color red value is 164, green value is 239 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a4efac hue: 0.35 , saturation: 0.70 and the lightness value of a4efac is 0.79.

The process color (four color CMYK) of #a4efac color hex is 0.31, 0.00, 0.28, 0.06. Web safe color of #a4efac is #99ff99. Color #a4efac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11101111 10101100
Octal 244 357 254
Decimal 164 239 172
Hex A4 EF AC

RGB Percentages of Color #a4efac

%28.52
%41.57
%29.91

CMYK Percentages of Color #a4efac

%31
%0
%28
%6

Triadic Colors of #a4efac

#a4efac #aca4ef #efaca4

Analogous Colors of #a4efac

#a4efac #a4efd2 #c2efa4

Monochromatic Colors of #a4efac

#a4efac

Complementary Color

#a4efac #efa4e7

#a4efac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4efac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4efac Color CSS Codes

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

#a4efac Text Font Color

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

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


#a4efac Background Color

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

This div background color is #a4efac


#a4efac Border Color

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

This div border color is #a4efac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4efac


Comments

No comments written yet.

Please login to write comment.