Color Hex Logo

#a9ebaf Color Hex

#A9EBAF
(169,235,175)
0 Favorites   0 Comments

Color spaces of #a9ebaf

RGB 169235175
HSL0.350.620.79
HSV125°28°92°
CMYK 0.280.000.26   0.08
XYZ53.808470.946851.4155
Yxy70.94680.30540.4027
Hunter Lab84.2299-33.371622.7692
CIE-Lab87.4592-32.319222.6350

#a9ebaf color RGB value is (169,235,175).

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

The process color (four color CMYK) of #a9ebaf color hex is 0.28, 0.00, 0.26, 0.08. Web safe color of #a9ebaf is #99ff99. Color #a9ebaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11101011 10101111
Octal 251 353 257
Decimal 169 235 175
Hex A9 EB AF

RGB Percentages of Color #a9ebaf

%29.19
%40.59
%30.22

CMYK Percentages of Color #a9ebaf

%28
%0
%26
%8

Triadic Colors of #a9ebaf

#a9ebaf #afa9eb #ebafa9

Analogous Colors of #a9ebaf

#a9ebaf #a9ebd0 #c4eba9

Monochromatic Colors of #a9ebaf

#a9ebaf

Complementary Color

#a9ebaf #eba9e5

#a9ebaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9ebaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9ebaf Color CSS Codes

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

#a9ebaf Text Font Color

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

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


#a9ebaf Background Color

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

This div background color is #a9ebaf


#a9ebaf Border Color

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

This div border color is #a9ebaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9ebaf


Comments

No comments written yet.

Please login to write comment.