Color Hex Logo

#a9dfce Color Hex

#A9DFCE
(169,223,206)
1 Favorites   0 Comments

Color spaces of #a9dfce

RGB 169223206
HSL0.450.460.77
HSV161°24°87°
CMYK 0.240.000.08   0.13
XYZ53.890465.666668.2271
Yxy65.66660.28700.3497
Hunter Lab81.0349-23.10386.8054
CIE-Lab84.8261-20.75972.6938

#a9dfce color RGB value is (169,223,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011111 11001110
Octal 251 337 316
Decimal 169 223 206
Hex A9 DF CE

RGB Percentages of Color #a9dfce

%28.26
%37.29
%34.45

CMYK Percentages of Color #a9dfce

%24
%0
%8
%13

Triadic Colors of #a9dfce

#a9dfce #cea9df #dfcea9

Analogous Colors of #a9dfce

#a9dfce #a9d5df #a9dfb3

Monochromatic Colors of #a9dfce

#a9dfce

Complementary Color

#a9dfce #dfa9ba

#a9dfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9dfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9dfce Color CSS Codes

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

#a9dfce Text Font Color

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

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


#a9dfce Background Color

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

This div background color is #a9dfce


#a9dfce Border Color

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

This div border color is #a9dfce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,223,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 #a9dfce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9dfce


Comments

No comments written yet.

Please login to write comment.