Color Hex Logo

#a1b4be Color Hex

#A1B4BE
(161,180,190)
0 Favorites   0 Comments

Color spaces of #a1b4be

RGB 161180190
HSL0.560.180.69
HSV201°15°75°
CMYK 0.150.050.00   0.25
XYZ40.313543.937355.0712
Yxy43.93730.28940.3154
Hunter Lab66.2852-7.4386-2.8598
CIE-Lab72.1866-4.4438-7.3040

#a1b4be color RGB value is (161,180,190).

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

The process color (four color CMYK) of #a1b4be color hex is 0.15, 0.05, 0.00, 0.25. Web safe color of #a1b4be is #99cccc. Color #a1b4be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10110100 10111110
Octal 241 264 276
Decimal 161 180 190
Hex A1 B4 BE

RGB Percentages of Color #a1b4be

%30.32
%33.90
%35.78

CMYK Percentages of Color #a1b4be

%15
%5
%0
%25

Triadic Colors of #a1b4be

#a1b4be #bea1b4 #b4bea1

Analogous Colors of #a1b4be

#a1b4be #a1a6be #a1beba

Monochromatic Colors of #a1b4be

#a1b4be

Complementary Color

#a1b4be #beaba1

#a1b4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1b4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1b4be Color CSS Codes

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

#a1b4be Text Font Color

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

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


#a1b4be Background Color

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

This div background color is #a1b4be


#a1b4be Border Color

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

This div border color is #a1b4be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1b4be

#a1b4be Color Palettes


Comments

No comments written yet.

Please login to write comment.