Color Hex Logo

#a4faaf Color Hex

#A4FAAF
(164,250,175)
0 Favorites   0 Comments

Color spaces of #a4faaf

RGB 164250175
HSL0.350.900.81
HSV128°34°98°
CMYK 0.340.000.30   0.02
XYZ57.233379.358952.8587
Yxy79.35890.30210.4189
Hunter Lab89.0836-41.215927.1782
CIE-Lab91.3964-40.694427.9797

#a4faaf color RGB value is (164,250,175).

#a4faaf hex color red value is 164, green value is 250 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a4faaf hue: 0.35 , saturation: 0.90 and the lightness value of a4faaf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11111010 10101111
Octal 244 372 257
Decimal 164 250 175
Hex A4 FA AF

RGB Percentages of Color #a4faaf

%27.84
%42.44
%29.71

CMYK Percentages of Color #a4faaf

%34
%0
%30
%2

Triadic Colors of #a4faaf

#a4faaf #afa4fa #faafa4

Analogous Colors of #a4faaf

#a4faaf #a4fada #c4faa4

Monochromatic Colors of #a4faaf

#a4faaf

Complementary Color

#a4faaf #faa4ef

#a4faaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4faaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4faaf Color CSS Codes

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

#a4faaf Text Font Color

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

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


#a4faaf Background Color

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

This div background color is #a4faaf


#a4faaf Border Color

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

This div border color is #a4faaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4faaf

Related Colors


Comments

No comments written yet.

Please login to write comment.