Color Hex Logo

#a1adbe Color Hex

#A1ADBE
(161,173,190)
0 Favorites   0 Comments

Color spaces of #a1adbe

RGB 161173190
HSL0.600.180.69
HSV215°15°75°
CMYK 0.150.090.00   0.25
XYZ38.935841.181954.6120
Yxy41.18190.28900.3057
Hunter Lab64.1731-4.0016-5.5352
CIE-Lab70.3032-0.6549-10.1071

#a1adbe color RGB value is (161,173,190).

#a1adbe hex color red value is 161, green value is 173 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a1adbe hue: 0.60 , saturation: 0.18 and the lightness value of a1adbe is 0.69.

The process color (four color CMYK) of #a1adbe color hex is 0.15, 0.09, 0.00, 0.25. Web safe color of #a1adbe is #9999cc. Color #a1adbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101101 10111110
Octal 241 255 276
Decimal 161 173 190
Hex A1 AD BE

RGB Percentages of Color #a1adbe

%30.73
%33.02
%36.26

CMYK Percentages of Color #a1adbe

%15
%9
%0
%25

Triadic Colors of #a1adbe

#a1adbe #bea1ad #adbea1

Analogous Colors of #a1adbe

#a1adbe #a4a1be #a1bcbe

Monochromatic Colors of #a1adbe

#a1adbe

Complementary Color

#a1adbe #beb2a1

#a1adbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1adbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1adbe Color CSS Codes

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

#a1adbe Text Font Color

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

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


#a1adbe Background Color

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

This div background color is #a1adbe


#a1adbe Border Color

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

This div border color is #a1adbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1adbe


Comments

No comments written yet.

Please login to write comment.