Color Hex Logo

#a9fbdb Color Hex

#A9FBDB
(169,251,219)
0 Favorites   0 Comments

Color spaces of #a9fbdb

RGB 169251219
HSL0.430.910.82
HSV157°33°98°
CMYK 0.330.000.13   0.02
XYZ63.645582.543879.5959
Yxy82.54380.28190.3656
Hunter Lab90.8536-33.949611.6542
CIE-Lab92.8143-31.59287.4446

#a9fbdb color RGB value is (169,251,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11111011 11011011
Octal 251 373 333
Decimal 169 251 219
Hex A9 FB DB

RGB Percentages of Color #a9fbdb

%26.45
%39.28
%34.27

CMYK Percentages of Color #a9fbdb

%33
%0
%13
%2

Triadic Colors of #a9fbdb

#a9fbdb #dba9fb #fbdba9

Analogous Colors of #a9fbdb

#a9fbdb #a9f2fb #a9fbb2

Monochromatic Colors of #a9fbdb

#a9fbdb

Complementary Color

#a9fbdb #fba9c9

#a9fbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9fbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9fbdb Color CSS Codes

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

#a9fbdb Text Font Color

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

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


#a9fbdb Background Color

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

This div background color is #a9fbdb


#a9fbdb Border Color

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

This div border color is #a9fbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9fbdb

Related Colors


Comments

No comments written yet.

Please login to write comment.