Color Hex Logo

#a1adbc Color Hex

#A1ADBC
(161,173,188)
0 Favorites   0 Comments

Color spaces of #a1adbc

RGB 161173188
HSL0.590.170.68
HSV213°14°74°
CMYK 0.140.080.00   0.26
XYZ38.718641.095053.4684
Yxy41.09500.29050.3083
Hunter Lab64.1054-4.3733-4.5783
CIE-Lab70.2424-1.0848-9.0948

#a1adbc color RGB value is (161,173,188).

#a1adbc hex color red value is 161, green value is 173 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a1adbc hue: 0.59 , saturation: 0.17 and the lightness value of a1adbc is 0.68.

The process color (four color CMYK) of #a1adbc color hex is 0.14, 0.08, 0.00, 0.26. Web safe color of #a1adbc is #9999cc. Color #a1adbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101101 10111100
Octal 241 255 274
Decimal 161 173 188
Hex A1 AD BC

RGB Percentages of Color #a1adbc

%30.84
%33.14
%36.02

CMYK Percentages of Color #a1adbc

%14
%8
%0
%26

Triadic Colors of #a1adbc

#a1adbc #bca1ad #adbca1

Analogous Colors of #a1adbc

#a1adbc #a3a1bc #a1bbbc

Monochromatic Colors of #a1adbc

#a1adbc

Complementary Color

#a1adbc #bcb0a1

#a1adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1adbc Color CSS Codes

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

#a1adbc Text Font Color

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

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


#a1adbc Background Color

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

This div background color is #a1adbc


#a1adbc Border Color

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

This div border color is #a1adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1adbc


Comments

No comments written yet.

Please login to write comment.