Color Hex Logo

#a9cfdb Color Hex

#A9CFDB
(169,207,219)
0 Favorites   0 Comments

Color spaces of #a9cfdb

RGB 169207219
HSL0.540.410.76
HSV194°23°86°
CMYK 0.230.050.00   0.14
XYZ51.461258.175175.5345
Yxy58.17510.27790.3142
Hunter Lab76.2726-13.0429-5.3254
CIE-Lab80.8360-9.8753-10.0896

#a9cfdb color RGB value is (169,207,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001111 11011011
Octal 251 317 333
Decimal 169 207 219
Hex A9 CF DB

RGB Percentages of Color #a9cfdb

%28.40
%34.79
%36.81

CMYK Percentages of Color #a9cfdb

%23
%5
%0
%14

Triadic Colors of #a9cfdb

#a9cfdb #dba9cf #cfdba9

Analogous Colors of #a9cfdb

#a9cfdb #a9b6db #a9dbce

Monochromatic Colors of #a9cfdb

#a9cfdb

Complementary Color

#a9cfdb #dbb5a9

#a9cfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9cfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9cfdb Color CSS Codes

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

#a9cfdb Text Font Color

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

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


#a9cfdb Background Color

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

This div background color is #a9cfdb


#a9cfdb Border Color

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

This div border color is #a9cfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9cfdb


Comments

No comments written yet.

Please login to write comment.