Color Hex Logo

#a1b6dc Color Hex

#A1B6DC
(161,182,220)
0 Favorites   0 Comments

Color spaces of #a1b6dc

RGB 161182220
HSL0.610.460.75
HSV219°27°86°
CMYK 0.270.170.00   0.14
XYZ44.344246.200374.2905
Yxy46.20030.26900.2803
Hunter Lab67.9708-2.4954-17.2230
CIE-Lab73.67531.2640-21.4583

#a1b6dc color RGB value is (161,182,220).

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

The process color (four color CMYK) of #a1b6dc color hex is 0.27, 0.17, 0.00, 0.14. Web safe color of #a1b6dc is #99cccc. Color #a1b6dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10110110 11011100
Octal 241 266 334
Decimal 161 182 220
Hex A1 B6 DC

RGB Percentages of Color #a1b6dc

%28.60
%32.33
%39.08

CMYK Percentages of Color #a1b6dc

%27
%17
%0
%14

Triadic Colors of #a1b6dc

#a1b6dc #dca1b6 #b6dca1

Analogous Colors of #a1b6dc

#a1b6dc #aaa1dc #a1d4dc

Monochromatic Colors of #a1b6dc

#a1b6dc

Complementary Color

#a1b6dc #dcc7a1

#a1b6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1b6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1b6dc Color CSS Codes

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

#a1b6dc Text Font Color

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

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


#a1b6dc Background Color

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

This div background color is #a1b6dc


#a1b6dc Border Color

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

This div border color is #a1b6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1b6dc


Comments

No comments written yet.

Please login to write comment.