Color Hex Logo

#a1adbb Color Hex

#A1ADBB
(161,173,187)
0 Favorites   0 Comments

Color spaces of #a1adbb

RGB 161173187
HSL0.590.160.68
HSV212°14°73°
CMYK 0.140.070.00   0.27
XYZ38.611241.052152.9025
Yxy41.05210.29130.3097
Hunter Lab64.0719-4.5577-4.1039
CIE-Lab70.2124-1.2985-8.5879

#a1adbb color RGB value is (161,173,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101101 10111011
Octal 241 255 273
Decimal 161 173 187
Hex A1 AD BB

RGB Percentages of Color #a1adbb

%30.90
%33.21
%35.89

CMYK Percentages of Color #a1adbb

%14
%7
%0
%27

Triadic Colors of #a1adbb

#a1adbb #bba1ad #adbba1

Analogous Colors of #a1adbb

#a1adbb #a2a1bb #a1babb

Monochromatic Colors of #a1adbb

#a1adbb

Complementary Color

#a1adbb #bbafa1

#a1adbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1adbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1adbb Color CSS Codes

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

#a1adbb Text Font Color

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

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


#a1adbb Background Color

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

This div background color is #a1adbb


#a1adbb Border Color

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

This div border color is #a1adbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1adbb


Comments

No comments written yet.

Please login to write comment.