Color Hex Logo

#a1ccdd Color Hex

#A1CCDD
(161,204,221)
0 Favorites   0 Comments

Color spaces of #a1ccdd

RGB 161204221
HSL0.550.470.75
HSV197°27°87°
CMYK 0.270.080.00   0.13
XYZ49.342055.983376.6119
Yxy55.98330.27120.3077
Hunter Lab74.8220-13.2251-8.3330
CIE-Lab79.6043-10.2387-13.0511

#a1ccdd color RGB value is (161,204,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11001100 11011101
Octal 241 314 335
Decimal 161 204 221
Hex A1 CC DD

RGB Percentages of Color #a1ccdd

%27.47
%34.81
%37.71

CMYK Percentages of Color #a1ccdd

%27
%8
%0
%13

Triadic Colors of #a1ccdd

#a1ccdd #dda1cc #ccdda1

Analogous Colors of #a1ccdd

#a1ccdd #a1aedd #a1ddd0

Monochromatic Colors of #a1ccdd

#a1ccdd

Complementary Color

#a1ccdd #ddb2a1

#a1ccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1ccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1ccdd Color CSS Codes

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

#a1ccdd Text Font Color

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

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


#a1ccdd Background Color

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

This div background color is #a1ccdd


#a1ccdd Border Color

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

This div border color is #a1ccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1ccdd


Comments

No comments written yet.

Please login to write comment.