Color Hex Logo

#a9dbbe Color Hex

#A9DBBE
(169,219,190)
0 Favorites   0 Comments

Color spaces of #a9dbbe

RGB 169219190
HSL0.400.410.76
HSV145°23°86°
CMYK 0.230.000.13   0.14
XYZ50.988062.815858.1525
Yxy62.81580.29650.3653
Hunter Lab79.2564-23.864411.9769
CIE-Lab83.3454-21.94439.0172

#a9dbbe color RGB value is (169,219,190).

#a9dbbe hex color red value is 169, green value is 219 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a9dbbe hue: 0.40 , saturation: 0.41 and the lightness value of a9dbbe is 0.76.

The process color (four color CMYK) of #a9dbbe color hex is 0.23, 0.00, 0.13, 0.14. Web safe color of #a9dbbe is #99cccc. Color #a9dbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011011 10111110
Octal 251 333 276
Decimal 169 219 190
Hex A9 DB BE

RGB Percentages of Color #a9dbbe

%29.24
%37.89
%32.87

CMYK Percentages of Color #a9dbbe

%23
%0
%13
%14

Triadic Colors of #a9dbbe

#a9dbbe #bea9db #dbbea9

Analogous Colors of #a9dbbe

#a9dbbe #a9dbd7 #addba9

Monochromatic Colors of #a9dbbe

#a9dbbe

Complementary Color

#a9dbbe #dba9c6

#a9dbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9dbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9dbbe Color CSS Codes

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

#a9dbbe Text Font Color

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

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


#a9dbbe Background Color

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

This div background color is #a9dbbe


#a9dbbe Border Color

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

This div border color is #a9dbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9dbbe

#a9dbbe Color Palettes


Comments

No comments written yet.

Please login to write comment.