Color Hex Logo

#a5fbaa Color Hex

#A5FBAA
(165,251,170)
0 Favorites   0 Comments

Color spaces of #a5fbaa

RGB 165251170
HSL0.340.910.82
HSV123°34°98°
CMYK 0.340.000.32   0.02
XYZ57.269979.896050.4332
Yxy79.89600.30530.4259
Hunter Lab89.3846-42.055629.1162
CIE-Lab91.6382-41.646430.8385

#a5fbaa color RGB value is (165,251,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11111011 10101010
Octal 245 373 252
Decimal 165 251 170
Hex A5 FB AA

RGB Percentages of Color #a5fbaa

%28.16
%42.83
%29.01

CMYK Percentages of Color #a5fbaa

%34
%0
%32
%2

Triadic Colors of #a5fbaa

#a5fbaa #aaa5fb #fbaaa5

Analogous Colors of #a5fbaa

#a5fbaa #a5fbd5 #cbfba5

Monochromatic Colors of #a5fbaa

#a5fbaa

Complementary Color

#a5fbaa #fba5f6

#a5fbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5fbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5fbaa Color CSS Codes

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

#a5fbaa Text Font Color

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

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


#a5fbaa Background Color

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

This div background color is #a5fbaa


#a5fbaa Border Color

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

This div border color is #a5fbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5fbaa


Comments

No comments written yet.

Please login to write comment.