Color Hex Logo

#a1dcdd Color Hex

#A1DCDD
(161,220,221)
0 Favorites   0 Comments

Color spaces of #a1dcdd

RGB 161220221
HSL0.500.470.75
HSV181°27°87°
CMYK 0.270.000.00   0.13
XYZ53.342363.983977.9453
Yxy63.98390.27320.3277
Hunter Lab79.9899-20.9474-1.7815
CIE-Lab83.9574-18.4231-6.5719

#a1dcdd color RGB value is (161,220,221).

#a1dcdd hex color red value is 161, green value is 220 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a1dcdd hue: 0.50 , saturation: 0.47 and the lightness value of a1dcdd is 0.75.

The process color (four color CMYK) of #a1dcdd color hex is 0.27, 0.00, 0.00, 0.13. Web safe color of #a1dcdd is #99cccc. Color #a1dcdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11011100 11011101
Octal 241 334 335
Decimal 161 220 221
Hex A1 DC DD

RGB Percentages of Color #a1dcdd

%26.74
%36.54
%36.71

CMYK Percentages of Color #a1dcdd

%27
%0
%0
%13

Triadic Colors of #a1dcdd

#a1dcdd #dda1dc #dcdda1

Analogous Colors of #a1dcdd

#a1dcdd #a1bedd #a1ddc0

Monochromatic Colors of #a1dcdd

#a1dcdd

Complementary Color

#a1dcdd #dda2a1

#a1dcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1dcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1dcdd Color CSS Codes

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

#a1dcdd Text Font Color

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

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


#a1dcdd Background Color

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

This div background color is #a1dcdd


#a1dcdd Border Color

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

This div border color is #a1dcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1dcdd

#a1dcdd Color Palettes


Comments

No comments written yet.

Please login to write comment.