Color Hex Logo

#a1baed Color Hex

#A1BAED
(161,186,237)
0 Favorites   0 Comments

Color spaces of #a1baed

RGB 161186237
HSL0.610.680.78
HSV220°32°93°
CMYK 0.320.220.00   0.07
XYZ47.542948.809387.0361
Yxy48.80930.25920.2662
Hunter Lab69.8637-0.7904-24.9589
CIE-Lab75.33253.2295-28.1437

#a1baed color RGB value is (161,186,237).

#a1baed hex color red value is 161, green value is 186 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a1baed hue: 0.61 , saturation: 0.68 and the lightness value of a1baed is 0.78.

The process color (four color CMYK) of #a1baed color hex is 0.32, 0.22, 0.00, 0.07. Web safe color of #a1baed is #99ccff. Color #a1baed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10111010 11101101
Octal 241 272 355
Decimal 161 186 237
Hex A1 BA ED

RGB Percentages of Color #a1baed

%27.57
%31.85
%40.58

CMYK Percentages of Color #a1baed

%32
%22
%0
%7

Triadic Colors of #a1baed

#a1baed #eda1ba #baeda1

Analogous Colors of #a1baed

#a1baed #aea1ed #a1e0ed

Monochromatic Colors of #a1baed

#a1baed

Complementary Color

#a1baed #edd4a1

#a1baed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1baed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1baed Color CSS Codes

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

#a1baed Text Font Color

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

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


#a1baed Background Color

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

This div background color is #a1baed


#a1baed Border Color

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

This div border color is #a1baed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1baed


Comments

No comments written yet.

Please login to write comment.