Color Hex Logo

#a1abdc Color Hex

#A1ABDC
(161,171,220)
0 Favorites   0 Comments

Color spaces of #a1abdc

RGB 161171220
HSL0.640.460.75
HSV230°27°86°
CMYK 0.270.220.00   0.14
XYZ42.179141.870273.5688
Yxy41.87020.26760.2656
Hunter Lab64.70723.1169-22.1147
CIE-Lab70.78137.3211-25.8760

#a1abdc color RGB value is (161,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101011 11011100
Octal 241 253 334
Decimal 161 171 220
Hex A1 AB DC

RGB Percentages of Color #a1abdc

%29.17
%30.98
%39.86

CMYK Percentages of Color #a1abdc

%27
%22
%0
%14

Triadic Colors of #a1abdc

#a1abdc #dca1ab #abdca1

Analogous Colors of #a1abdc

#a1abdc #b5a1dc #a1c9dc

Monochromatic Colors of #a1abdc

#a1abdc

Complementary Color

#a1abdc #dcd2a1

#a1abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1abdc Color CSS Codes

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

#a1abdc Text Font Color

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

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


#a1abdc Background Color

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

This div background color is #a1abdc


#a1abdc Border Color

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

This div border color is #a1abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1abdc


Comments

No comments written yet.

Please login to write comment.