Color Hex Logo

#a9dfca Color Hex

#A9DFCA
(169,223,202)
0 Favorites   0 Comments

Color spaces of #a9dfca

RGB 169223202
HSL0.440.460.77
HSV157°24°87°
CMYK 0.240.000.09   0.13
XYZ53.410565.474665.7000
Yxy65.47460.28940.3547
Hunter Lab80.9164-23.78118.5010
CIE-Lab84.7277-21.56784.6639

#a9dfca color RGB value is (169,223,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011111 11001010
Octal 251 337 312
Decimal 169 223 202
Hex A9 DF CA

RGB Percentages of Color #a9dfca

%28.45
%37.54
%34.01

CMYK Percentages of Color #a9dfca

%24
%0
%9
%13

Triadic Colors of #a9dfca

#a9dfca #caa9df #dfcaa9

Analogous Colors of #a9dfca

#a9dfca #a9d9df #a9dfaf

Monochromatic Colors of #a9dfca

#a9dfca

Complementary Color

#a9dfca #dfa9be

#a9dfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9dfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9dfca Color CSS Codes

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

#a9dfca Text Font Color

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

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


#a9dfca Background Color

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

This div background color is #a9dfca


#a9dfca Border Color

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

This div border color is #a9dfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9dfca


Comments

No comments written yet.

Please login to write comment.