Color Hex Logo

#a9ebde Color Hex

#A9EBDE
(169,235,222)
0 Favorites   0 Comments

Color spaces of #a9ebde

RGB 169235222
HSL0.470.620.79
HSV168°28°92°
CMYK 0.280.000.06   0.08
XYZ59.255373.125680.0988
Yxy73.12560.27890.3442
Hunter Lab85.5135-25.95974.3237
CIE-Lab88.5076-23.3276-0.3594

#a9ebde color RGB value is (169,235,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11101011 11011110
Octal 251 353 336
Decimal 169 235 222
Hex A9 EB DE

RGB Percentages of Color #a9ebde

%27.00
%37.54
%35.46

CMYK Percentages of Color #a9ebde

%28
%0
%6
%8

Triadic Colors of #a9ebde

#a9ebde #dea9eb #ebdea9

Analogous Colors of #a9ebde

#a9ebde #a9d7eb #a9ebbd

Monochromatic Colors of #a9ebde

#a9ebde

Complementary Color

#a9ebde #eba9b6

#a9ebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9ebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9ebde Color CSS Codes

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

#a9ebde Text Font Color

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

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


#a9ebde Background Color

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

This div background color is #a9ebde


#a9ebde Border Color

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

This div border color is #a9ebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9ebde


Comments

No comments written yet.

Please login to write comment.