Color Hex Logo

#a1cdd9 Color Hex

#A1CDD9
(161,205,217)
0 Favorites   0 Comments

Color spaces of #a1cdd9

RGB 161205217
HSL0.540.420.74
HSV193°26°85°
CMYK 0.260.060.00   0.15
XYZ49.053656.249573.9175
Yxy56.24950.27370.3139
Hunter Lab74.9997-14.5013-5.9347
CIE-Lab79.7556-11.6752-10.6799

#a1cdd9 color RGB value is (161,205,217).

#a1cdd9 hex color red value is 161, green value is 205 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #a1cdd9 hue: 0.54 , saturation: 0.42 and the lightness value of a1cdd9 is 0.74.

The process color (four color CMYK) of #a1cdd9 color hex is 0.26, 0.06, 0.00, 0.15. Web safe color of #a1cdd9 is #99cccc. Color #a1cdd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11001101 11011001
Octal 241 315 331
Decimal 161 205 217
Hex A1 CD D9

RGB Percentages of Color #a1cdd9

%27.62
%35.16
%37.22

CMYK Percentages of Color #a1cdd9

%26
%6
%0
%15

Triadic Colors of #a1cdd9

#a1cdd9 #d9a1cd #cdd9a1

Analogous Colors of #a1cdd9

#a1cdd9 #a1b1d9 #a1d9c9

Monochromatic Colors of #a1cdd9

#a1cdd9

Complementary Color

#a1cdd9 #d9ada1

#a1cdd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1cdd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1cdd9 Color CSS Codes

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

#a1cdd9 Text Font Color

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

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


#a1cdd9 Background Color

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

This div background color is #a1cdd9


#a1cdd9 Border Color

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

This div border color is #a1cdd9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,205,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a1cdd9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a1cdd9;
  -webkit-box-shadow: 1px 1px 3px 2px #a1cdd9;
  box-shadow:         1px 1px 3px 2px #a1cdd9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,205,217, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1cdd9


Comments

No comments written yet.

Please login to write comment.