Color Hex Logo

#a9ebcd Color Hex

#A9EBCD
(169,235,205)
0 Favorites   0 Comments

Color spaces of #a9ebcd

RGB 169235205
HSL0.420.620.79
HSV153°28°92°
CMYK 0.280.000.13   0.08
XYZ57.090072.259568.6961
Yxy72.25950.28830.3649
Hunter Lab85.0056-28.878711.5895
CIE-Lab88.0933-26.80967.9358

#a9ebcd color RGB value is (169,235,205).

#a9ebcd hex color red value is 169, green value is 235 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a9ebcd hue: 0.42 , saturation: 0.62 and the lightness value of a9ebcd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11101011 11001101
Octal 251 353 315
Decimal 169 235 205
Hex A9 EB CD

RGB Percentages of Color #a9ebcd

%27.75
%38.59
%33.66

CMYK Percentages of Color #a9ebcd

%28
%0
%13
%8

Triadic Colors of #a9ebcd

#a9ebcd #cda9eb #ebcda9

Analogous Colors of #a9ebcd

#a9ebcd #a9e8eb #a9ebac

Monochromatic Colors of #a9ebcd

#a9ebcd

Complementary Color

#a9ebcd #eba9c7

#a9ebcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9ebcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9ebcd Color CSS Codes

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

#a9ebcd Text Font Color

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

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


#a9ebcd Background Color

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

This div background color is #a9ebcd


#a9ebcd Border Color

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

This div border color is #a9ebcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9ebcd


Comments

No comments written yet.

Please login to write comment.