Color Hex Logo

#a9debe Color Hex

#A9DEBE
(169,222,190)
0 Favorites   0 Comments

Color spaces of #a9debe

RGB 169222190
HSL0.400.450.77
HSV144°24°87°
CMYK 0.240.000.14   0.13
XYZ51.777764.395358.4158
Yxy64.39530.29660.3688
Hunter Lab80.2467-25.257813.0124
CIE-Lab84.1712-23.417010.1964

#a9debe color RGB value is (169,222,190).

#a9debe hex color red value is 169, green value is 222 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a9debe hue: 0.40 , saturation: 0.45 and the lightness value of a9debe is 0.77.

The process color (four color CMYK) of #a9debe color hex is 0.24, 0.00, 0.14, 0.13. Web safe color of #a9debe is #99cccc. Color #a9debe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011110 10111110
Octal 251 336 276
Decimal 169 222 190
Hex A9 DE BE

RGB Percentages of Color #a9debe

%29.09
%38.21
%32.70

CMYK Percentages of Color #a9debe

%24
%0
%14
%13

Triadic Colors of #a9debe

#a9debe #bea9de #debea9

Analogous Colors of #a9debe

#a9debe #a9ded9 #afdea9

Monochromatic Colors of #a9debe

#a9debe

Complementary Color

#a9debe #dea9c9

#a9debe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9debe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9debe Color CSS Codes

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

#a9debe Text Font Color

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

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


#a9debe Background Color

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

This div background color is #a9debe


#a9debe Border Color

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

This div border color is #a9debe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9debe


Comments

No comments written yet.

Please login to write comment.