Color Hex Logo

#a1addd Color Hex

#A1ADDD
(161,173,221)
0 Favorites   0 Comments

Color spaces of #a1addd

RGB 161173221
HSL0.630.470.75
HSV228°27°87°
CMYK 0.270.220.00   0.13
XYZ42.692742.684774.3954
Yxy42.68470.26720.2672
Hunter Lab65.33352.3085-21.7802
CIE-Lab71.34046.4529-25.5668

#a1addd color RGB value is (161,173,221).

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

The process color (four color CMYK) of #a1addd color hex is 0.27, 0.22, 0.00, 0.13. Web safe color of #a1addd is #9999cc. Color #a1addd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101101 11011101
Octal 241 255 335
Decimal 161 173 221
Hex A1 AD DD

RGB Percentages of Color #a1addd

%29.01
%31.17
%39.82

CMYK Percentages of Color #a1addd

%27
%22
%0
%13

Triadic Colors of #a1addd

#a1addd #dda1ad #addda1

Analogous Colors of #a1addd

#a1addd #b3a1dd #a1cbdd

Monochromatic Colors of #a1addd

#a1addd

Complementary Color

#a1addd #ddd1a1

#a1addd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1addd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1addd Color CSS Codes

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

#a1addd Text Font Color

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

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


#a1addd Background Color

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

This div background color is #a1addd


#a1addd Border Color

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

This div border color is #a1addd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1addd


Comments

No comments written yet.

Please login to write comment.