Color Hex Logo

#a9dbce Color Hex

#A9DBCE
(169,219,206)
0 Favorites   0 Comments

Color spaces of #a9dbce

RGB 169219206
HSL0.460.410.76
HSV164°23°86°
CMYK 0.230.000.06   0.14
XYZ52.834363.554367.8751
Yxy63.55430.28670.3449
Hunter Lab79.7210-21.21255.3247
CIE-Lab83.7332-18.77011.1043

#a9dbce color RGB value is (169,219,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011011 11001110
Octal 251 333 316
Decimal 169 219 206
Hex A9 DB CE

RGB Percentages of Color #a9dbce

%28.45
%36.87
%34.68

CMYK Percentages of Color #a9dbce

%23
%0
%6
%14

Triadic Colors of #a9dbce

#a9dbce #cea9db #dbcea9

Analogous Colors of #a9dbce

#a9dbce #a9cfdb #a9dbb5

Monochromatic Colors of #a9dbce

#a9dbce

Complementary Color

#a9dbce #dba9b6

#a9dbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9dbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9dbce Color CSS Codes

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

#a9dbce Text Font Color

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

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


#a9dbce Background Color

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

This div background color is #a9dbce


#a9dbce Border Color

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

This div border color is #a9dbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9dbce


Comments

No comments written yet.

Please login to write comment.