Color Hex Logo

#a5faaa Color Hex

#A5FAAA
(165,250,170)
0 Favorites   0 Comments

Color spaces of #a5faaa

RGB 165250170
HSL0.340.890.81
HSV124°34°98°
CMYK 0.340.000.32   0.02
XYZ56.958479.272850.3294
Yxy79.27280.30530.4249
Hunter Lab89.0353-41.620228.8095
CIE-Lab91.3576-41.204030.4609

#a5faaa color RGB value is (165,250,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11111010 10101010
Octal 245 372 252
Decimal 165 250 170
Hex A5 FA AA

RGB Percentages of Color #a5faaa

%28.21
%42.74
%29.06

CMYK Percentages of Color #a5faaa

%34
%0
%32
%2

Triadic Colors of #a5faaa

#a5faaa #aaa5fa #faaaa5

Analogous Colors of #a5faaa

#a5faaa #a5fad5 #cbfaa5

Monochromatic Colors of #a5faaa

#a5faaa

Complementary Color

#a5faaa #faa5f5

#a5faaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5faaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5faaa Color CSS Codes

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

#a5faaa Text Font Color

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

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


#a5faaa Background Color

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

This div background color is #a5faaa


#a5faaa Border Color

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

This div border color is #a5faaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5faaa


Comments

No comments written yet.

Please login to write comment.