Color Hex Logo

#a9dccf Color Hex

#A9DCCF
(169,220,207)
0 Favorites   0 Comments

Color spaces of #a9dccf

RGB 169220207
HSL0.460.420.76
HSV165°23°86°
CMYK 0.230.000.06   0.14
XYZ53.217964.126468.6042
Yxy64.12640.28620.3449
Hunter Lab80.0790-21.51285.2611
CIE-Lab84.0315-19.06361.0092

#a9dccf color RGB value is (169,220,207).

#a9dccf hex color red value is 169, green value is 220 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a9dccf hue: 0.46 , saturation: 0.42 and the lightness value of a9dccf is 0.76.

The process color (four color CMYK) of #a9dccf color hex is 0.23, 0.00, 0.06, 0.14. Web safe color of #a9dccf is #99cccc. Color #a9dccf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011100 11001111
Octal 251 334 317
Decimal 169 220 207
Hex A9 DC CF

RGB Percentages of Color #a9dccf

%28.36
%36.91
%34.73

CMYK Percentages of Color #a9dccf

%23
%0
%6
%14

Triadic Colors of #a9dccf

#a9dccf #cfa9dc #dccfa9

Analogous Colors of #a9dccf

#a9dccf #a9d0dc #a9dcb6

Monochromatic Colors of #a9dccf

#a9dccf

Complementary Color

#a9dccf #dca9b6

#a9dccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9dccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9dccf Color CSS Codes

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

#a9dccf Text Font Color

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

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


#a9dccf Background Color

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

This div background color is #a9dccf


#a9dccf Border Color

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

This div border color is #a9dccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9dccf


Comments

No comments written yet.

Please login to write comment.