Color Hex Logo

#a9cddb Color Hex

#A9CDDB
(169,205,219)
0 Favorites   0 Comments

Color spaces of #a9cddb

RGB 169205219
HSL0.550.410.76
HSV197°23°86°
CMYK 0.230.060.00   0.14
XYZ50.979757.212175.3740
Yxy57.21210.27770.3117
Hunter Lab75.6387-12.0605-6.1355
CIE-Lab80.2987-8.8343-10.8905

#a9cddb color RGB value is (169,205,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001101 11011011
Octal 251 315 333
Decimal 169 205 219
Hex A9 CD DB

RGB Percentages of Color #a9cddb

%28.50
%34.57
%36.93

CMYK Percentages of Color #a9cddb

%23
%6
%0
%14

Triadic Colors of #a9cddb

#a9cddb #dba9cd #cddba9

Analogous Colors of #a9cddb

#a9cddb #a9b4db #a9dbd0

Monochromatic Colors of #a9cddb

#a9cddb

Complementary Color

#a9cddb #dbb7a9

#a9cddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9cddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9cddb Color CSS Codes

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

#a9cddb Text Font Color

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

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


#a9cddb Background Color

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

This div background color is #a9cddb


#a9cddb Border Color

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

This div border color is #a9cddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9cddb


Comments

No comments written yet.

Please login to write comment.