Color Hex Logo

#a9ecdb Color Hex

#A9ECDB
(169,236,219)
0 Favorites   0 Comments

Color spaces of #a9ecdb

RGB 169236219
HSL0.460.640.79
HSV165°28°93°
CMYK 0.280.000.07   0.07
XYZ59.143873.540478.0953
Yxy73.54040.28060.3489
Hunter Lab85.7557-26.96506.0353
CIE-Lab88.7048-24.44581.4987

#a9ecdb color RGB value is (169,236,219).

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

The process color (four color CMYK) of #a9ecdb color hex is 0.28, 0.00, 0.07, 0.07. Web safe color of #a9ecdb is #99ffcc. Color #a9ecdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11101100 11011011
Octal 251 354 333
Decimal 169 236 219
Hex A9 EC DB

RGB Percentages of Color #a9ecdb

%27.08
%37.82
%35.10

CMYK Percentages of Color #a9ecdb

%28
%0
%7
%7

Triadic Colors of #a9ecdb

#a9ecdb #dba9ec #ecdba9

Analogous Colors of #a9ecdb

#a9ecdb #a9dcec #a9ecba

Monochromatic Colors of #a9ecdb

#a9ecdb

Complementary Color

#a9ecdb #eca9ba

#a9ecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9ecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9ecdb Color CSS Codes

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

#a9ecdb Text Font Color

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

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


#a9ecdb Background Color

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

This div background color is #a9ecdb


#a9ecdb Border Color

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

This div border color is #a9ecdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9ecdb


Comments

No comments written yet.

Please login to write comment.