Color Hex Logo

#a9deca Color Hex

#A9DECA
(169,222,202)
0 Favorites   0 Comments

Color spaces of #a9deca

RGB 169222202
HSL0.440.450.77
HSV157°24°87°
CMYK 0.240.000.09   0.13
XYZ53.144164.941865.6112
Yxy64.94180.28930.3535
Hunter Lab80.5865-23.31158.1383
CIE-Lab84.4537-21.07404.2677

#a9deca color RGB value is (169,222,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011110 11001010
Octal 251 336 312
Decimal 169 222 202
Hex A9 DE CA

RGB Percentages of Color #a9deca

%28.50
%37.44
%34.06

CMYK Percentages of Color #a9deca

%24
%0
%9
%13

Triadic Colors of #a9deca

#a9deca #caa9de #decaa9

Analogous Colors of #a9deca

#a9deca #a9d8de #a9deb0

Monochromatic Colors of #a9deca

#a9deca

Complementary Color

#a9deca #dea9bd

#a9deca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9deca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9deca Color CSS Codes

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

#a9deca Text Font Color

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

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


#a9deca Background Color

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

This div background color is #a9deca


#a9deca Border Color

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

This div border color is #a9deca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9deca


Comments

No comments written yet.

Please login to write comment.