Color Hex Logo

#a9ebce Color Hex

#A9EBCE
(169,235,206)
0 Favorites   0 Comments

Color spaces of #a9ebce

RGB 169235206
HSL0.430.620.79
HSV154°28°92°
CMYK 0.280.000.12   0.08
XYZ57.211172.307969.3340
Yxy72.30790.28770.3636
Hunter Lab85.0341-28.714411.1807
CIE-Lab88.1166-26.61177.4465

#a9ebce color RGB value is (169,235,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11101011 11001110
Octal 251 353 316
Decimal 169 235 206
Hex A9 EB CE

RGB Percentages of Color #a9ebce

%27.70
%38.52
%33.77

CMYK Percentages of Color #a9ebce

%28
%0
%12
%8

Triadic Colors of #a9ebce

#a9ebce #cea9eb #ebcea9

Analogous Colors of #a9ebce

#a9ebce #a9e7eb #a9ebad

Monochromatic Colors of #a9ebce

#a9ebce

Complementary Color

#a9ebce #eba9c6

#a9ebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9ebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9ebce Color CSS Codes

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

#a9ebce Text Font Color

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

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


#a9ebce Background Color

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

This div background color is #a9ebce


#a9ebce Border Color

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

This div border color is #a9ebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9ebce


Comments

No comments written yet.

Please login to write comment.