Color Hex Logo

#a1cedd Color Hex

#A1CEDD
(161,206,221)
0 Favorites   0 Comments

Color spaces of #a1cedd

RGB 161206221
HSL0.540.470.75
HSV195°27°87°
CMYK 0.270.070.00   0.13
XYZ49.820456.940176.7713
Yxy56.94010.27150.3102
Hunter Lab75.4587-14.2008-7.5003
CIE-Lab80.1459-11.2785-12.2406

#a1cedd color RGB value is (161,206,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11001110 11011101
Octal 241 316 335
Decimal 161 206 221
Hex A1 CE DD

RGB Percentages of Color #a1cedd

%27.38
%35.03
%37.59

CMYK Percentages of Color #a1cedd

%27
%7
%0
%13

Triadic Colors of #a1cedd

#a1cedd #dda1ce #cedda1

Analogous Colors of #a1cedd

#a1cedd #a1b0dd #a1ddce

Monochromatic Colors of #a1cedd

#a1cedd

Complementary Color

#a1cedd #ddb0a1

#a1cedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1cedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1cedd Color CSS Codes

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

#a1cedd Text Font Color

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

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


#a1cedd Background Color

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

This div background color is #a1cedd


#a1cedd Border Color

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

This div border color is #a1cedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1cedd


Comments

No comments written yet.

Please login to write comment.