Color Hex Logo

#a9fbbd Color Hex

#A9FBBD
(169,251,189)
0 Favorites   0 Comments

Color spaces of #a9fbbd

RGB 169251189
HSL0.370.910.82
HSV135°33°98°
CMYK 0.330.000.25   0.02
XYZ60.044781.103560.6340
Yxy81.10350.29760.4019
Hunter Lab90.0575-38.587923.1214
CIE-Lab92.1777-37.258821.9693

#a9fbbd color RGB value is (169,251,189).

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

The process color (four color CMYK) of #a9fbbd color hex is 0.33, 0.00, 0.25, 0.02. Web safe color of #a9fbbd is #99ffcc. Color #a9fbbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11111011 10111101
Octal 251 373 275
Decimal 169 251 189
Hex A9 FB BD

RGB Percentages of Color #a9fbbd

%27.75
%41.22
%31.03

CMYK Percentages of Color #a9fbbd

%33
%0
%25
%2

Triadic Colors of #a9fbbd

#a9fbbd #bda9fb #fbbda9

Analogous Colors of #a9fbbd

#a9fbbd #a9fbe6 #befba9

Monochromatic Colors of #a9fbbd

#a9fbbd

Complementary Color

#a9fbbd #fba9e7

#a9fbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9fbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9fbbd Color CSS Codes

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

#a9fbbd Text Font Color

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

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


#a9fbbd Background Color

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

This div background color is #a9fbbd


#a9fbbd Border Color

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

This div border color is #a9fbbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,251,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9fbbd


Comments

No comments written yet.

Please login to write comment.