Color Hex Logo

#a5faac Color Hex

#A5FAAC
(165,250,172)
0 Favorites   0 Comments

Color spaces of #a5faac

RGB 165250172
HSL0.350.890.81
HSV125°34°98°
CMYK 0.340.000.31   0.02
XYZ57.149179.349151.3336
Yxy79.34910.30430.4224
Hunter Lab89.0781-41.367928.1873
CIE-Lab91.3920-40.882529.4986

#a5faac color RGB value is (165,250,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11111010 10101100
Octal 245 372 254
Decimal 165 250 172
Hex A5 FA AC

RGB Percentages of Color #a5faac

%28.11
%42.59
%29.30

CMYK Percentages of Color #a5faac

%34
%0
%31
%2

Triadic Colors of #a5faac

#a5faac #aca5fa #faaca5

Analogous Colors of #a5faac

#a5faac #a5fad7 #c9faa5

Monochromatic Colors of #a5faac

#a5faac

Complementary Color

#a5faac #faa5f3

#a5faac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5faac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5faac Color CSS Codes

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

#a5faac Text Font Color

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

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


#a5faac Background Color

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

This div background color is #a5faac


#a5faac Border Color

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

This div border color is #a5faac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5faac


Comments

No comments written yet.

Please login to write comment.