Color Hex Logo

#a1ecdd Color Hex

#A1ECDD
(161,236,221)
0 Favorites   0 Comments

Color spaces of #a1ecdd

RGB 161236221
HSL0.470.660.78
HSV168°32°93°
CMYK 0.320.000.06   0.07
XYZ57.744572.788479.4127
Yxy72.78840.27500.3467
Hunter Lab85.3161-28.48914.5338
CIE-Lab88.3467-26.2956-0.1199

#a1ecdd color RGB value is (161,236,221).

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

The process color (four color CMYK) of #a1ecdd color hex is 0.32, 0.00, 0.06, 0.07. Web safe color of #a1ecdd is #99ffcc. Color #a1ecdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11101100 11011101
Octal 241 354 335
Decimal 161 236 221
Hex A1 EC DD

RGB Percentages of Color #a1ecdd

%26.05
%38.19
%35.76

CMYK Percentages of Color #a1ecdd

%32
%0
%6
%7

Triadic Colors of #a1ecdd

#a1ecdd #dda1ec #ecdda1

Analogous Colors of #a1ecdd

#a1ecdd #a1d6ec #a1ecb8

Monochromatic Colors of #a1ecdd

#a1ecdd

Complementary Color

#a1ecdd #eca1b0

#a1ecdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1ecdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1ecdd Color CSS Codes

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

#a1ecdd Text Font Color

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

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


#a1ecdd Background Color

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

This div background color is #a1ecdd


#a1ecdd Border Color

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

This div border color is #a1ecdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1ecdd


Comments

No comments written yet.

Please login to write comment.